#5feed3 color space conversions
Hex:
        #5feed3
        RGB:
        95, 238, 211
        CMY:
        63, 7, 17
        CMYK:
        60, 0, 11, 7
      HSL:
        169°, 80.7910%, 65.2941%
        HSV (HSB):
        169°, 60.0840%, 93.3333%
        XYZ:
        47.0517, 68.2851, 72.3285
        xyY:
        0.2507, 0.3639, 68.2851
      CIE-Lab:
        86.1488, -44.7639, 1.6116
        CIE-LCH:
        86.1488, 44.7929, 177.9382
        CIE-Luv:
        86.1488, -57.9589, 9.7378
        Hunter-Lab:
        82.6348, -42.9742, 5.9491
      #5feed3 color charts
#5feed3 RGB chart
      #5feed3 CMYK chart
      #5feed3 RGB pie chart
      #5feed3 color shades, tints & tones
#5feed3 color schemes
#5feed3 color preview, HTML & CSS examples
           This text has a color of #5feed3        
        
          <p style="color:#5feed3;">Text here</p>
        
        
          .mytext {color:#5feed3;}
        
        Text color #5feed3
      
           This box has a color of #5feed3        
        
          <div style="background-color:#5feed3;">Content here</div>
        
        
          .mybackground {background-color:#5feed3;}
        
        Background color #5feed3
      
           Border around this has a color of #5feed3        
        
          <div style="border:2px solid #5feed3;">Content here</div>
        
        
          .myborder {border:2px solid #5feed3;}
        
        Border color #5feed3