#3bedec color space conversions
Hex:
        #3bedec
        RGB:
        59, 237, 236
        CMY:
        77, 7, 7
        CMYK:
        75, 0, 0, 7
      HSL:
        180°, 83.1776%, 58.0392%
        HSV (HSB):
        180°, 75.1055%, 92.9412%
        XYZ:
        47.2281, 67.5543, 89.9070
        xyY:
        0.2307, 0.3300, 67.5543
      CIE-Lab:
        85.7831, -42.6938, -12.1443
        CIE-LCH:
        85.7831, 44.3875, 195.8784
        CIE-Luv:
        85.7831, -62.2588, -12.5932
        Hunter-Lab:
        82.1914, -41.2668, -7.3217
      #3bedec color charts
#3bedec RGB chart
      #3bedec CMYK chart
      #3bedec RGB pie chart
      #3bedec color shades, tints & tones
#3bedec color schemes
#3bedec color preview, HTML & CSS examples
           This text has a color of #3bedec        
        
          <p style="color:#3bedec;">Text here</p>
        
        
          .mytext {color:#3bedec;}
        
        Text color #3bedec
      
           This box has a color of #3bedec        
        
          <div style="background-color:#3bedec;">Content here</div>
        
        
          .mybackground {background-color:#3bedec;}
        
        Background color #3bedec
      
           Border around this has a color of #3bedec        
        
          <div style="border:2px solid #3bedec;">Content here</div>
        
        
          .myborder {border:2px solid #3bedec;}
        
        Border color #3bedec