#2ceeee color space conversions
Hex:
        #2ceeee
        RGB:
        44, 238, 238
        CMY:
        83, 7, 7
        CMYK:
        82, 0, 0, 7
      HSL:
        180°, 85.0877%, 55.2941%
        HSV (HSB):
        180°, 81.5126%, 93.3333%
        XYZ:
        47.0459, 67.8576, 91.5072
        xyY:
        0.2279, 0.3288, 67.8576
      CIE-Lab:
        85.9352, -43.8596, -12.9887
        CIE-LCH:
        85.9352, 45.7424, 196.4963
        CIE-Luv:
        85.9352, -64.0631, -13.8336
        Hunter-Lab:
        82.3757, -42.2138, -8.1994
      #2ceeee color charts
#2ceeee RGB chart
      #2ceeee CMYK chart
      #2ceeee RGB pie chart
      #2ceeee color shades, tints & tones
#2ceeee color schemes
#2ceeee color preview, HTML & CSS examples
           This text has a color of #2ceeee        
        
          <p style="color:#2ceeee;">Text here</p>
        
        
          .mytext {color:#2ceeee;}
        
        Text color #2ceeee
      
           This box has a color of #2ceeee        
        
          <div style="background-color:#2ceeee;">Content here</div>
        
        
          .mybackground {background-color:#2ceeee;}
        
        Background color #2ceeee
      
           Border around this has a color of #2ceeee        
        
          <div style="border:2px solid #2ceeee;">Content here</div>
        
        
          .myborder {border:2px solid #2ceeee;}
        
        Border color #2ceeee