#13dede color space conversions
Hex:
        #13dede
        RGB:
        19, 222, 222
        CMY:
        93, 13, 13
        CMYK:
        91, 0, 0, 13
      HSL:
        180°, 84.2324%, 47.2549%
        HSV (HSB):
        180°, 91.4414%, 87.0588%
        XYZ:
        39.5747, 57.6549, 78.1500
        xyY:
        0.2257, 0.3287, 57.6549
      CIE-Lab:
        80.5466, -42.7874, -12.6091
        CIE-LCH:
        80.5466, 44.6066, 196.4198
        CIE-Luv:
        80.5466, -61.6127, -13.3041
        Hunter-Lab:
        75.9308, -39.8460, -7.8712
      #13dede color charts
#13dede RGB chart
      #13dede CMYK chart
      #13dede RGB pie chart
      #13dede color shades, tints & tones
#13dede color schemes
#13dede color preview, HTML & CSS examples
           This text has a color of #13dede        
        
          <p style="color:#13dede;">Text here</p>
        
        
          .mytext {color:#13dede;}
        
        Text color #13dede
      
           This box has a color of #13dede        
        
          <div style="background-color:#13dede;">Content here</div>
        
        
          .mybackground {background-color:#13dede;}
        
        Background color #13dede
      
           Border around this has a color of #13dede        
        
          <div style="border:2px solid #13dede;">Content here</div>
        
        
          .myborder {border:2px solid #13dede;}
        
        Border color #13dede