#0cffdc color space conversions
Hex:
        #0cffdc
        RGB:
        12, 255, 220
        CMY:
        95, 0, 14
        CMYK:
        95, 0, 14, 0
      HSL:
        171°, 100.0000%, 52.3529%
        HSV (HSB):
        171°, 95.2941%, 100.0000%
        XYZ:
        48.8299, 76.7655, 79.9538
        xyY:
        0.2376, 0.3735, 76.7655
      CIE-Lab:
        90.2136, -57.3632, 2.6909
        CIE-LCH:
        90.2136, 57.4263, 177.3142
        CIE-Luv:
        90.2136, -72.9673, 13.3581
        Hunter-Lab:
        87.6159, -53.8466, 7.2261
      #0cffdc color charts
#0cffdc RGB chart
      #0cffdc CMYK chart
      #0cffdc RGB pie chart
      #0cffdc color shades, tints & tones
#0cffdc color schemes
#0cffdc color preview, HTML & CSS examples
           This text has a color of #0cffdc        
        
          <p style="color:#0cffdc;">Text here</p>
        
        
          .mytext {color:#0cffdc;}
        
        Text color #0cffdc
      
           This box has a color of #0cffdc        
        
          <div style="background-color:#0cffdc;">Content here</div>
        
        
          .mybackground {background-color:#0cffdc;}
        
        Background color #0cffdc
      
           Border around this has a color of #0cffdc        
        
          <div style="border:2px solid #0cffdc;">Content here</div>
        
        
          .myborder {border:2px solid #0cffdc;}
        
        Border color #0cffdc