#34eadd color space conversions
Hex:
        #34eadd
        RGB:
        52, 234, 221
        CMY:
        80, 8, 13
        CMYK:
        78, 0, 6, 8
      HSL:
        176°, 81.2500%, 56.0784%
        HSV (HSB):
        176°, 77.7778%, 91.7647%
        XYZ:
        43.8901, 64.7962, 78.6003
        xyY:
        0.2343, 0.3460, 64.7962
      CIE-Lab:
        84.3786, -46.1989, -6.3454
        CIE-LCH:
        84.3786, 46.6327, 187.8206
        CIE-Luv:
        84.3786, -63.1549, -2.6466
        Hunter-Lab:
        80.4961, -43.5417, -1.5464
      #34eadd color charts
#34eadd RGB chart
      #34eadd CMYK chart
      #34eadd RGB pie chart
      #34eadd color shades, tints & tones
#34eadd color schemes
#34eadd color preview, HTML & CSS examples
           This text has a color of #34eadd        
        
          <p style="color:#34eadd;">Text here</p>
        
        
          .mytext {color:#34eadd;}
        
        Text color #34eadd
      
           This box has a color of #34eadd        
        
          <div style="background-color:#34eadd;">Content here</div>
        
        
          .mybackground {background-color:#34eadd;}
        
        Background color #34eadd
      
           Border around this has a color of #34eadd        
        
          <div style="border:2px solid #34eadd;">Content here</div>
        
        
          .myborder {border:2px solid #34eadd;}
        
        Border color #34eadd