#33faef color space conversions
Hex:
        #33faef
        RGB:
        51, 250, 239
        CMY:
        80, 2, 6
        CMYK:
        80, 0, 4, 2
      HSL:
        177°, 95.2153%, 59.0196%
        HSV (HSB):
        177°, 79.6000%, 98.0392%
        XYZ:
        51.1308, 75.3070, 93.5022
        xyY:
        0.2325, 0.3424, 75.3070
      CIE-Lab:
        89.5366, -48.2516, -8.1411
        CIE-LCH:
        89.5366, 48.9336, 189.5769
        CIE-Luv:
        89.5366, -67.3645, -5.2492
        Hunter-Lab:
        86.7796, -46.6915, -3.1373
      #33faef color charts
#33faef RGB chart
      #33faef CMYK chart
      #33faef RGB pie chart
      #33faef color shades, tints & tones
#33faef color schemes
#33faef color preview, HTML & CSS examples
           This text has a color of #33faef        
        
          <p style="color:#33faef;">Text here</p>
        
        
          .mytext {color:#33faef;}
        
        Text color #33faef
      
           This box has a color of #33faef        
        
          <div style="background-color:#33faef;">Content here</div>
        
        
          .mybackground {background-color:#33faef;}
        
        Background color #33faef
      
           Border around this has a color of #33faef        
        
          <div style="border:2px solid #33faef;">Content here</div>
        
        
          .myborder {border:2px solid #33faef;}
        
        Border color #33faef