#14dcbc color space conversions
Hex:
        #14dcbc
        RGB:
        20, 220, 188
        CMY:
        92, 14, 26
        CMYK:
        91, 0, 15, 14
      HSL:
        170°, 83.3333%, 47.0588%
        HSV (HSB):
        170°, 90.9091%, 86.2745%
        XYZ:
        34.9588, 54.9660, 56.3439
        xyY:
        0.2390, 0.3758, 54.9660
      CIE-Lab:
        79.0217, -51.3345, 3.2624
        CIE-LCH:
        79.0217, 51.4381, 176.3636
        CIE-Luv:
        79.0217, -63.5650, 13.0040
        Hunter-Lab:
        74.1390, -45.5752, 6.8383
      #14dcbc color charts
#14dcbc RGB chart
      #14dcbc CMYK chart
      #14dcbc RGB pie chart
      #14dcbc color shades, tints & tones
#14dcbc color schemes
#14dcbc color preview, HTML & CSS examples
           This text has a color of #14dcbc        
        
          <p style="color:#14dcbc;">Text here</p>
        
        
          .mytext {color:#14dcbc;}
        
        Text color #14dcbc
      
           This box has a color of #14dcbc        
        
          <div style="background-color:#14dcbc;">Content here</div>
        
        
          .mybackground {background-color:#14dcbc;}
        
        Background color #14dcbc
      
           Border around this has a color of #14dcbc        
        
          <div style="border:2px solid #14dcbc;">Content here</div>
        
        
          .myborder {border:2px solid #14dcbc;}
        
        Border color #14dcbc