#3bdade color space conversions
Hex:
        #3bdade
        RGB:
        59, 218, 222
        CMY:
        77, 15, 13
        CMYK:
        73, 2, 0, 13
      HSL:
        181°, 71.1790%, 55.0980%
        HSV (HSB):
        181°, 73.4234%, 87.0588%
        XYZ:
        40.0599, 56.3465, 77.8718
        xyY:
        0.2299, 0.3233, 56.3465
      CIE-Lab:
        79.8106, -38.0957, -13.6652
        CIE-LCH:
        79.8106, 40.4725, 199.7333
        CIE-Luv:
        79.8106, -56.6754, -15.6624
        Hunter-Lab:
        75.0643, -36.1018, -8.9625
      #3bdade color charts
#3bdade RGB chart
      #3bdade CMYK chart
      #3bdade RGB pie chart
      #3bdade color shades, tints & tones
#3bdade color schemes
#3bdade color preview, HTML & CSS examples
           This text has a color of #3bdade        
        
          <p style="color:#3bdade;">Text here</p>
        
        
          .mytext {color:#3bdade;}
        
        Text color #3bdade
      
           This box has a color of #3bdade        
        
          <div style="background-color:#3bdade;">Content here</div>
        
        
          .mybackground {background-color:#3bdade;}
        
        Background color #3bdade
      
           Border around this has a color of #3bdade        
        
          <div style="border:2px solid #3bdade;">Content here</div>
        
        
          .myborder {border:2px solid #3bdade;}
        
        Border color #3bdade