#00dcde color space conversions
Hex:
        #00dcde
        RGB:
        0, 220, 222
        CMY:
        100, 14, 13
        CMYK:
        100, 1, 0, 13
      HSL:
        181°, 100.0000%, 43.5294%
        HSV (HSB):
        181°, 100.0000%, 87.0588%
        XYZ:
        38.7780, 56.4603, 77.9614
        xyY:
        0.2239, 0.3260, 56.4603
      CIE-Lab:
        79.8751, -42.4154, -13.6226
        CIE-LCH:
        79.8751, 44.5493, 197.8055
        CIE-Luv:
        79.8751, -61.5688, -15.0168
        Hunter-Lab:
        75.1401, -39.3755, -8.9181
      #00dcde color charts
#00dcde RGB chart
      #00dcde CMYK chart
      #00dcde RGB pie chart
      #00dcde color shades, tints & tones
#00dcde color schemes
#00dcde color preview, HTML & CSS examples
           This text has a color of #00dcde        
        
          <p style="color:#00dcde;">Text here</p>
        
        
          .mytext {color:#00dcde;}
        
        Text color #00dcde
      
           This box has a color of #00dcde        
        
          <div style="background-color:#00dcde;">Content here</div>
        
        
          .mybackground {background-color:#00dcde;}
        
        Background color #00dcde
      
           Border around this has a color of #00dcde        
        
          <div style="border:2px solid #00dcde;">Content here</div>
        
        
          .myborder {border:2px solid #00dcde;}
        
        Border color #00dcde