#3cdeaf color space conversions
Hex:
        #3cdeaf
        RGB:
        60, 222, 175
        CMY:
        76, 13, 31
        CMYK:
        73, 0, 21, 13
      HSL:
        163°, 71.0526%, 55.2941%
        HSV (HSB):
        163°, 72.9730%, 87.0588%
        XYZ:
        35.7226, 56.2984, 49.5413
        xyY:
        0.2523, 0.3977, 56.2984
      CIE-Lab:
        79.7833, -52.0272, 11.3167
        CIE-LCH:
        79.7833, 53.2438, 167.7285
        CIE-Luv:
        79.7833, -61.1444, 25.0525
        Hunter-Lab:
        75.0322, -46.3231, 13.3753
      #3cdeaf color charts
#3cdeaf RGB chart
      #3cdeaf CMYK chart
      #3cdeaf RGB pie chart
      #3cdeaf color shades, tints & tones
#3cdeaf color schemes
#3cdeaf color preview, HTML & CSS examples
           This text has a color of #3cdeaf        
        
          <p style="color:#3cdeaf;">Text here</p>
        
        
          .mytext {color:#3cdeaf;}
        
        Text color #3cdeaf
      
           This box has a color of #3cdeaf        
        
          <div style="background-color:#3cdeaf;">Content here</div>
        
        
          .mybackground {background-color:#3cdeaf;}
        
        Background color #3cdeaf
      
           Border around this has a color of #3cdeaf        
        
          <div style="border:2px solid #3cdeaf;">Content here</div>
        
        
          .myborder {border:2px solid #3cdeaf;}
        
        Border color #3cdeaf