#32dacd color space conversions
Hex:
        #32dacd
        RGB:
        50, 218, 205
        CMY:
        80, 15, 20
        CMYK:
        77, 0, 6, 15
      HSL:
        175°, 69.4215%, 52.5490%
        HSV (HSB):
        175°, 77.0642%, 85.4902%
        XYZ:
        37.4062, 55.2287, 66.4463
        xyY:
        0.2351, 0.3472, 55.2287
      CIE-Lab:
        79.1728, -43.8138, -5.5510
        CIE-LCH:
        79.1728, 44.1640, 187.2206
        CIE-Luv:
        79.1728, -59.0479, -1.7413
        Hunter-Lab:
        74.3160, -40.2068, -0.9903
      #32dacd color charts
#32dacd RGB chart
      #32dacd CMYK chart
      #32dacd RGB pie chart
      #32dacd color shades, tints & tones
#32dacd color schemes
#32dacd color preview, HTML & CSS examples
           This text has a color of #32dacd        
        
          <p style="color:#32dacd;">Text here</p>
        
        
          .mytext {color:#32dacd;}
        
        Text color #32dacd
      
           This box has a color of #32dacd        
        
          <div style="background-color:#32dacd;">Content here</div>
        
        
          .mybackground {background-color:#32dacd;}
        
        Background color #32dacd
      
           Border around this has a color of #32dacd        
        
          <div style="border:2px solid #32dacd;">Content here</div>
        
        
          .myborder {border:2px solid #32dacd;}
        
        Border color #32dacd