#52dedd color space conversions
Hex:
        #52dedd
        RGB:
        82, 222, 221
        CMY:
        68, 13, 13
        CMYK:
        63, 0, 0, 13
      HSL:
        180°, 67.9612%, 59.6078%
        HSV (HSB):
        180°, 63.0631%, 87.0588%
        XYZ:
        42.6521, 59.2568, 77.5963
        xyY:
        0.2376, 0.3301, 59.2568
      CIE-Lab:
        81.4326, -37.1691, -10.6576
        CIE-LCH:
        81.4326, 38.6669, 195.9993
        CIE-Luv:
        81.4326, -54.3137, -10.8831
        Hunter-Lab:
        76.9785, -35.8094, -5.8810
      #52dedd color charts
#52dedd RGB chart
      #52dedd CMYK chart
      #52dedd RGB pie chart
      #52dedd color shades, tints & tones
#52dedd color schemes
#52dedd color preview, HTML & CSS examples
           This text has a color of #52dedd        
        
          <p style="color:#52dedd;">Text here</p>
        
        
          .mytext {color:#52dedd;}
        
        Text color #52dedd
      
           This box has a color of #52dedd        
        
          <div style="background-color:#52dedd;">Content here</div>
        
        
          .mybackground {background-color:#52dedd;}
        
        Background color #52dedd
      
           Border around this has a color of #52dedd        
        
          <div style="border:2px solid #52dedd;">Content here</div>
        
        
          .myborder {border:2px solid #52dedd;}
        
        Border color #52dedd