#05bcac color space conversions
Hex:
        #05bcac
        RGB:
        5, 188, 172
        CMY:
        98, 26, 33
        CMYK:
        97, 0, 9, 26
      HSL:
        175°, 94.8187%, 37.8431%
        HSV (HSB):
        175°, 97.3404%, 73.7255%
        XYZ:
        25.4922, 38.9773, 45.2095
        xyY:
        0.2324, 0.3554, 38.9773
      CIE-Lab:
        68.7348, -42.7882, -3.1116
        CIE-LCH:
        68.7348, 42.9012, 184.1593
        CIE-Luv:
        68.7348, -54.6068, 1.8208
        Hunter-Lab:
        62.4318, -36.3703, 0.7678
      #05bcac color charts
#05bcac RGB chart
      #05bcac CMYK chart
      #05bcac RGB pie chart
      #05bcac color shades, tints & tones
#05bcac color schemes
#05bcac color preview, HTML & CSS examples
           This text has a color of #05bcac        
        
          <p style="color:#05bcac;">Text here</p>
        
        
          .mytext {color:#05bcac;}
        
        Text color #05bcac
      
           This box has a color of #05bcac        
        
          <div style="background-color:#05bcac;">Content here</div>
        
        
          .mybackground {background-color:#05bcac;}
        
        Background color #05bcac
      
           Border around this has a color of #05bcac        
        
          <div style="border:2px solid #05bcac;">Content here</div>
        
        
          .myborder {border:2px solid #05bcac;}
        
        Border color #05bcac