#5cedce color space conversions
Hex:
        #5cedce
        RGB:
        92, 237, 206
        CMY:
        64, 7, 19
        CMYK:
        61, 0, 13, 7
      HSL:
        167°, 80.1105%, 64.5098%
        HSV (HSB):
        167°, 61.1814%, 92.9412%
        XYZ:
        45.8384, 67.2999, 68.9668
        xyY:
        0.2517, 0.3696, 67.2999
      CIE-Lab:
        85.6552, -46.0657, 3.5071
        CIE-LCH:
        85.6552, 46.1990, 175.6464
        CIE-Luv:
        85.6552, -58.5477, 12.8336
        Hunter-Lab:
        82.0365, -43.8260, 7.5814
      #5cedce color charts
#5cedce RGB chart
      #5cedce CMYK chart
      #5cedce RGB pie chart
      #5cedce color shades, tints & tones
#5cedce color schemes
#5cedce color preview, HTML & CSS examples
           This text has a color of #5cedce        
        
          <p style="color:#5cedce;">Text here</p>
        
        
          .mytext {color:#5cedce;}
        
        Text color #5cedce
      
           This box has a color of #5cedce        
        
          <div style="background-color:#5cedce;">Content here</div>
        
        
          .mybackground {background-color:#5cedce;}
        
        Background color #5cedce
      
           Border around this has a color of #5cedce        
        
          <div style="border:2px solid #5cedce;">Content here</div>
        
        
          .myborder {border:2px solid #5cedce;}
        
        Border color #5cedce