#14ffdc color space conversions
Hex:
        #14ffdc
        RGB:
        20, 255, 220
        CMY:
        92, 0, 14
        CMYK:
        92, 0, 14, 0
      HSL:
        171°, 100.0000%, 53.9216%
        HSV (HSB):
        171°, 92.1569%, 100.0000%
        XYZ:
        48.9668, 76.8360, 79.9602
        xyY:
        0.2380, 0.3734, 76.8360
      CIE-Lab:
        90.2461, -57.1297, 2.7422
        CIE-LCH:
        90.2461, 57.1954, 177.2519
        CIE-Luv:
        90.2461, -72.6820, 13.4056
        Hunter-Lab:
        87.6562, -53.6841, 7.2748
      #14ffdc color charts
#14ffdc RGB chart
      #14ffdc CMYK chart
      #14ffdc RGB pie chart
      #14ffdc color shades, tints & tones
#14ffdc color schemes
#14ffdc color preview, HTML & CSS examples
           This text has a color of #14ffdc        
        
          <p style="color:#14ffdc;">Text here</p>
        
        
          .mytext {color:#14ffdc;}
        
        Text color #14ffdc
      
           This box has a color of #14ffdc        
        
          <div style="background-color:#14ffdc;">Content here</div>
        
        
          .mybackground {background-color:#14ffdc;}
        
        Background color #14ffdc
      
           Border around this has a color of #14ffdc        
        
          <div style="border:2px solid #14ffdc;">Content here</div>
        
        
          .myborder {border:2px solid #14ffdc;}
        
        Border color #14ffdc