#3beeaf color space conversions
Hex:
        #3beeaf
        RGB:
        59, 238, 175
        CMY:
        77, 7, 31
        CMYK:
        75, 0, 26, 7
      HSL:
        159°, 84.0376%, 58.2353%
        HSV (HSB):
        159°, 75.2101%, 93.3333%
        XYZ:
        40.1160, 65.1740, 51.0230
        xyY:
        0.2566, 0.4169, 65.1740
      CIE-Lab:
        84.5733, -58.4494, 18.0569
        CIE-LCH:
        84.5733, 61.1750, 162.8324
        CIE-Luv:
        84.5733, -66.8293, 35.9101
        Hunter-Lab:
        80.7304, -52.5792, 19.0391
      #3beeaf color charts
#3beeaf RGB chart
      #3beeaf CMYK chart
      #3beeaf RGB pie chart
      #3beeaf color shades, tints & tones
#3beeaf color schemes
#3beeaf color preview, HTML & CSS examples
           This text has a color of #3beeaf        
        
          <p style="color:#3beeaf;">Text here</p>
        
        
          .mytext {color:#3beeaf;}
        
        Text color #3beeaf
      
           This box has a color of #3beeaf        
        
          <div style="background-color:#3beeaf;">Content here</div>
        
        
          .mybackground {background-color:#3beeaf;}
        
        Background color #3beeaf
      
           Border around this has a color of #3beeaf        
        
          <div style="border:2px solid #3beeaf;">Content here</div>
        
        
          .myborder {border:2px solid #3beeaf;}
        
        Border color #3beeaf