#32faef color space conversions
Hex:
        #32faef
        RGB:
        50, 250, 239
        CMY:
        80, 2, 6
        CMYK:
        80, 0, 4, 2
      HSL:
        177°, 95.2381%, 58.8235%
        HSV (HSB):
        177°, 80.0000%, 98.0392%
        XYZ:
        51.0810, 75.2813, 93.4999
        xyY:
        0.2323, 0.3424, 75.2813
      CIE-Lab:
        89.5246, -48.3321, -8.1602
        CIE-LCH:
        89.5246, 49.0161, 189.5833
        CIE-Luv:
        89.5246, -67.4650, -5.2693
        Hunter-Lab:
        86.7648, -46.7502, -3.1570
      #32faef color charts
#32faef RGB chart
      #32faef CMYK chart
      #32faef RGB pie chart
      #32faef color shades, tints & tones
#32faef color schemes
#32faef color preview, HTML & CSS examples
           This text has a color of #32faef        
        
          <p style="color:#32faef;">Text here</p>
        
        
          .mytext {color:#32faef;}
        
        Text color #32faef
      
           This box has a color of #32faef        
        
          <div style="background-color:#32faef;">Content here</div>
        
        
          .mybackground {background-color:#32faef;}
        
        Background color #32faef
      
           Border around this has a color of #32faef        
        
          <div style="border:2px solid #32faef;">Content here</div>
        
        
          .myborder {border:2px solid #32faef;}
        
        Border color #32faef