#05ebdc color space conversions
Hex:
        #05ebdc
        RGB:
        5, 235, 220
        CMY:
        98, 8, 14
        CMYK:
        98, 0, 6, 8
      HSL:
        176°, 95.8333%, 47.0588%
        HSV (HSB):
        176°, 97.8723%, 92.1569%
        XYZ:
        42.6892, 64.6162, 77.9324
        xyY:
        0.2305, 0.3488, 64.6162
      CIE-Lab:
        84.2856, -49.3557, -5.9961
        CIE-LCH:
        84.2856, 49.7186, 186.9268
        CIE-Luv:
        84.2856, -66.5822, -1.6487
        Hunter-Lab:
        80.3842, -45.8774, -1.2126
      #05ebdc color charts
#05ebdc RGB chart
      #05ebdc CMYK chart
      #05ebdc RGB pie chart
      #05ebdc color shades, tints & tones
#05ebdc color schemes
#05ebdc color preview, HTML & CSS examples
           This text has a color of #05ebdc        
        
          <p style="color:#05ebdc;">Text here</p>
        
        
          .mytext {color:#05ebdc;}
        
        Text color #05ebdc
      
           This box has a color of #05ebdc        
        
          <div style="background-color:#05ebdc;">Content here</div>
        
        
          .mybackground {background-color:#05ebdc;}
        
        Background color #05ebdc
      
           Border around this has a color of #05ebdc        
        
          <div style="border:2px solid #05ebdc;">Content here</div>
        
        
          .myborder {border:2px solid #05ebdc;}
        
        Border color #05ebdc