#06fefc color space conversions
Hex:
        #06fefc
        RGB:
        6, 254, 252
        CMY:
        98, 0, 1
        CMYK:
        98, 0, 1, 0
      HSL:
        180°, 99.2000%, 50.9804%
        HSV (HSB):
        180°, 97.6378%, 99.6078%
        XYZ:
        53.0876, 77.9506, 104.3434
        xyY:
        0.2255, 0.3312, 77.9506
      CIE-Lab:
        90.7574, -48.3909, -13.1166
        CIE-LCH:
        90.7574, 50.1370, 195.1659
        CIE-Luv:
        90.7574, -70.2418, -13.4610
        Hunter-Lab:
        88.2896, -47.1768, -8.2680
      #06fefc color charts
#06fefc RGB chart
      #06fefc CMYK chart
      #06fefc RGB pie chart
      #06fefc color shades, tints & tones
#06fefc color schemes
#06fefc color preview, HTML & CSS examples
           This text has a color of #06fefc        
        
          <p style="color:#06fefc;">Text here</p>
        
        
          .mytext {color:#06fefc;}
        
        Text color #06fefc
      
           This box has a color of #06fefc        
        
          <div style="background-color:#06fefc;">Content here</div>
        
        
          .mybackground {background-color:#06fefc;}
        
        Background color #06fefc
      
           Border around this has a color of #06fefc        
        
          <div style="border:2px solid #06fefc;">Content here</div>
        
        
          .myborder {border:2px solid #06fefc;}
        
        Border color #06fefc