#52dabf color space conversions
Hex:
        #52dabf
        RGB:
        82, 218, 191
        CMY:
        68, 15, 25
        CMYK:
        62, 0, 12, 15
      HSL:
        168°, 64.7619%, 58.8235%
        HSV (HSB):
        168°, 62.3853%, 85.4902%
        XYZ:
        37.9550, 55.6982, 58.0406
        xyY:
        0.2502, 0.3672, 55.6982
      CIE-Lab:
        79.4418, -43.1898, 2.3910
        CIE-LCH:
        79.4418, 43.2559, 176.8314
        CIE-Luv:
        79.4418, -54.6435, 10.5273
        Hunter-Lab:
        74.6312, -39.8253, 6.1321
      #52dabf color charts
#52dabf RGB chart
      #52dabf CMYK chart
      #52dabf RGB pie chart
      #52dabf color shades, tints & tones
#52dabf color schemes
#52dabf color preview, HTML & CSS examples
           This text has a color of #52dabf        
        
          <p style="color:#52dabf;">Text here</p>
        
        
          .mytext {color:#52dabf;}
        
        Text color #52dabf
      
           This box has a color of #52dabf        
        
          <div style="background-color:#52dabf;">Content here</div>
        
        
          .mybackground {background-color:#52dabf;}
        
        Background color #52dabf
      
           Border around this has a color of #52dabf        
        
          <div style="border:2px solid #52dabf;">Content here</div>
        
        
          .myborder {border:2px solid #52dabf;}
        
        Border color #52dabf