#2addcd color space conversions
Hex:
        #2addcd
        RGB:
        42, 221, 205
        CMY:
        84, 13, 20
        CMYK:
        81, 0, 7, 13
      HSL:
        175°, 72.4696%, 51.5686%
        HSV (HSB):
        175°, 80.9955%, 86.6667%
        XYZ:
        37.8307, 56.6129, 66.6911
        xyY:
        0.2348, 0.3513, 56.6129
      CIE-Lab:
        79.9614, -45.8319, -4.3995
        CIE-LCH:
        79.9614, 46.0426, 185.4831
        CIE-Luv:
        79.9614, -60.9570, 0.3719
        Hunter-Lab:
        75.2416, -41.9246, 0.1168
      #2addcd color charts
#2addcd RGB chart
      #2addcd CMYK chart
      #2addcd RGB pie chart
      #2addcd color shades, tints & tones
#2addcd color schemes
#2addcd color preview, HTML & CSS examples
           This text has a color of #2addcd        
        
          <p style="color:#2addcd;">Text here</p>
        
        
          .mytext {color:#2addcd;}
        
        Text color #2addcd
      
           This box has a color of #2addcd        
        
          <div style="background-color:#2addcd;">Content here</div>
        
        
          .mybackground {background-color:#2addcd;}
        
        Background color #2addcd
      
           Border around this has a color of #2addcd        
        
          <div style="border:2px solid #2addcd;">Content here</div>
        
        
          .myborder {border:2px solid #2addcd;}
        
        Border color #2addcd