#05eeda color space conversions
Hex:
        #05eeda
        RGB:
        5, 238, 218
        CMY:
        98, 7, 15
        CMYK:
        98, 0, 8, 7
      HSL:
        175°, 95.8848%, 47.6471%
        HSV (HSB):
        175°, 97.8992%, 93.3333%
        XYZ:
        43.2920, 66.2433, 76.8342
        xyY:
        0.2323, 0.3554, 66.2433
      CIE-Lab:
        85.1204, -51.1599, -3.7125
        CIE-LCH:
        85.1204, 51.2944, 184.1505
        CIE-Luv:
        85.1204, -67.7351, 2.2697
        Hunter-Lab:
        81.3900, -47.4868, 1.0017
      #05eeda color charts
#05eeda RGB chart
      #05eeda CMYK chart
      #05eeda RGB pie chart
      #05eeda color shades, tints & tones
#05eeda color schemes
#05eeda color preview, HTML & CSS examples
           This text has a color of #05eeda        
        
          <p style="color:#05eeda;">Text here</p>
        
        
          .mytext {color:#05eeda;}
        
        Text color #05eeda
      
           This box has a color of #05eeda        
        
          <div style="background-color:#05eeda;">Content here</div>
        
        
          .mybackground {background-color:#05eeda;}
        
        Background color #05eeda
      
           Border around this has a color of #05eeda        
        
          <div style="border:2px solid #05eeda;">Content here</div>
        
        
          .myborder {border:2px solid #05eeda;}
        
        Border color #05eeda