#5feedd color space conversions
Hex:
        #5feedd
        RGB:
        95, 238, 221
        CMY:
        63, 7, 13
        CMYK:
        60, 0, 7, 7
      HSL:
        173°, 80.7910%, 65.2941%
        HSV (HSB):
        173°, 60.0840%, 93.3333%
        XYZ:
        48.3450, 68.8024, 79.1388
        xyY:
        0.2463, 0.3505, 68.8024
      CIE-Lab:
        86.4061, -42.2818, -3.2584
        CIE-LCH:
        86.4061, 42.4072, 184.4068
        CIE-Luv:
        86.4061, -57.3939, 1.7468
        Hunter-Lab:
        82.9472, -41.1206, 1.4953
      #5feedd color charts
#5feedd RGB chart
      #5feedd CMYK chart
      #5feedd RGB pie chart
      #5feedd color shades, tints & tones
#5feedd color schemes
#5feedd color preview, HTML & CSS examples
           This text has a color of #5feedd        
        
          <p style="color:#5feedd;">Text here</p>
        
        
          .mytext {color:#5feedd;}
        
        Text color #5feedd
      
           This box has a color of #5feedd        
        
          <div style="background-color:#5feedd;">Content here</div>
        
        
          .mybackground {background-color:#5feedd;}
        
        Background color #5feedd
      
           Border around this has a color of #5feedd        
        
          <div style="border:2px solid #5feedd;">Content here</div>
        
        
          .myborder {border:2px solid #5feedd;}
        
        Border color #5feedd