#52dacd color space conversions
Hex:
        #52dacd
        RGB:
        82, 218, 205
        CMY:
        68, 15, 20
        CMYK:
        62, 0, 6, 15
      HSL:
        174°, 64.7619%, 58.8235%
        HSV (HSB):
        174°, 62.3853%, 85.4902%
        XYZ:
        39.5705, 56.3444, 66.5476
        xyY:
        0.2436, 0.3468, 56.3444
      CIE-Lab:
        79.8094, -39.6232, -4.5395
        CIE-LCH:
        79.8094, 39.8824, 186.5357
        CIE-Luv:
        79.8094, -53.8207, -0.7219
        Hunter-Lab:
        75.0629, -37.2612, -0.0199
      #52dacd color charts
#52dacd RGB chart
      #52dacd CMYK chart
      #52dacd RGB pie chart
      #52dacd color shades, tints & tones
#52dacd color schemes
#52dacd color preview, HTML & CSS examples
           This text has a color of #52dacd        
        
          <p style="color:#52dacd;">Text here</p>
        
        
          .mytext {color:#52dacd;}
        
        Text color #52dacd
      
           This box has a color of #52dacd        
        
          <div style="background-color:#52dacd;">Content here</div>
        
        
          .mybackground {background-color:#52dacd;}
        
        Background color #52dacd
      
           Border around this has a color of #52dacd        
        
          <div style="border:2px solid #52dacd;">Content here</div>
        
        
          .myborder {border:2px solid #52dacd;}
        
        Border color #52dacd