#05fcff color space conversions
Hex:
        #05fcff
        RGB:
        5, 252, 255
        CMY:
        98, 1, 0
        CMYK:
        98, 1, 0, 0
      HSL:
        181°, 100.0000%, 50.9804%
        HSV (HSB):
        181°, 98.0392%, 100.0000%
        XYZ:
        52.9230, 76.8731, 106.6564
        xyY:
        0.2238, 0.3251, 76.8731
      CIE-Lab:
        90.2632, -46.6867, -15.4150
        CIE-LCH:
        90.2632, 49.1657, 198.2721
        CIE-Luv:
        90.2632, -69.3671, -17.5461
        Hunter-Lab:
        87.6773, -45.6907, -10.7501
      #05fcff color charts
#05fcff RGB chart
      #05fcff CMYK chart
      #05fcff RGB pie chart
      #05fcff color shades, tints & tones
#05fcff color schemes
#05fcff color preview, HTML & CSS examples
           This text has a color of #05fcff        
        
          <p style="color:#05fcff;">Text here</p>
        
        
          .mytext {color:#05fcff;}
        
        Text color #05fcff
      
           This box has a color of #05fcff        
        
          <div style="background-color:#05fcff;">Content here</div>
        
        
          .mybackground {background-color:#05fcff;}
        
        Background color #05fcff
      
           Border around this has a color of #05fcff        
        
          <div style="border:2px solid #05fcff;">Content here</div>
        
        
          .myborder {border:2px solid #05fcff;}
        
        Border color #05fcff