#32decf color space conversions
Hex:
        #32decf
        RGB:
        50, 222, 207
        CMY:
        80, 13, 19
        CMYK:
        77, 0, 7, 13
      HSL:
        175°, 72.2689%, 53.3333%
        HSV (HSB):
        175°, 77.4775%, 87.0588%
        XYZ:
        38.6992, 57.4257, 68.0761
        xyY:
        0.2357, 0.3497, 57.4257
      CIE-Lab:
        80.4184, -45.0089, -4.7792
        CIE-LCH:
        80.4184, 45.2619, 186.0612
        CIE-Luv:
        80.4184, -60.2854, -0.3395
        Hunter-Lab:
        75.7797, -41.4582, -0.2169
      #32decf color charts
#32decf RGB chart
      #32decf CMYK chart
      #32decf RGB pie chart
      #32decf color shades, tints & tones
#32decf color schemes
#32decf color preview, HTML & CSS examples
           This text has a color of #32decf        
        
          <p style="color:#32decf;">Text here</p>
        
        
          .mytext {color:#32decf;}
        
        Text color #32decf
      
           This box has a color of #32decf        
        
          <div style="background-color:#32decf;">Content here</div>
        
        
          .mybackground {background-color:#32decf;}
        
        Background color #32decf
      
           Border around this has a color of #32decf        
        
          <div style="border:2px solid #32decf;">Content here</div>
        
        
          .myborder {border:2px solid #32decf;}
        
        Border color #32decf