#04dede color space conversions
Hex:
        #04dede
        RGB:
        4, 222, 222
        CMY:
        98, 13, 13
        CMYK:
        98, 0, 0, 13
      HSL:
        180°, 96.4602%, 44.3137%
        HSV (HSB):
        180°, 98.1982%, 87.0588%
        XYZ:
        39.3562, 57.5423, 78.1397
        xyY:
        0.2248, 0.3287, 57.5423
      CIE-Lab:
        80.4836, -43.2046, -12.7097
        CIE-LCH:
        80.4836, 45.0353, 196.3926
        CIE-Luv:
        80.4836, -62.1209, -13.4137
        Hunter-Lab:
        75.8566, -40.1392, -7.9748
      #04dede color charts
#04dede RGB chart
      #04dede CMYK chart
      #04dede RGB pie chart
      #04dede color shades, tints & tones
#04dede color schemes
#04dede color preview, HTML & CSS examples
           This text has a color of #04dede        
        
          <p style="color:#04dede;">Text here</p>
        
        
          .mytext {color:#04dede;}
        
        Text color #04dede
      
           This box has a color of #04dede        
        
          <div style="background-color:#04dede;">Content here</div>
        
        
          .mybackground {background-color:#04dede;}
        
        Background color #04dede
      
           Border around this has a color of #04dede        
        
          <div style="border:2px solid #04dede;">Content here</div>
        
        
          .myborder {border:2px solid #04dede;}
        
        Border color #04dede