#56debd color space conversions
Hex:
        #56debd
        RGB:
        86, 222, 189
        CMY:
        66, 13, 26
        CMYK:
        61, 0, 15, 13
      HSL:
        165°, 67.3267%, 60.3922%
        HSV (HSB):
        165°, 61.2613%, 87.0588%
        XYZ:
        39.1443, 57.8951, 57.2559
        xyY:
        0.2537, 0.3752, 57.8951
      CIE-Lab:
        80.6804, -44.7227, 5.2608
        CIE-LCH:
        80.6804, 45.0310, 173.2911
        CIE-Luv:
        80.6804, -55.3496, 15.1229
        Hunter-Lab:
        76.0888, -41.3251, 8.6472
      #56debd color charts
#56debd RGB chart
      #56debd CMYK chart
      #56debd RGB pie chart
      #56debd color shades, tints & tones
#56debd color schemes
#56debd color preview, HTML & CSS examples
           This text has a color of #56debd        
        
          <p style="color:#56debd;">Text here</p>
        
        
          .mytext {color:#56debd;}
        
        Text color #56debd
      
           This box has a color of #56debd        
        
          <div style="background-color:#56debd;">Content here</div>
        
        
          .mybackground {background-color:#56debd;}
        
        Background color #56debd
      
           Border around this has a color of #56debd        
        
          <div style="border:2px solid #56debd;">Content here</div>
        
        
          .myborder {border:2px solid #56debd;}
        
        Border color #56debd