#0cfded color space conversions
Hex:
        #0cfded
        RGB:
        12, 253, 237
        CMY:
        95, 1, 7
        CMYK:
        95, 0, 6, 1
      HSL:
        176°, 98.3673%, 51.9608%
        HSV (HSB):
        176°, 95.2569%, 99.2157%
        XYZ:
        50.5630, 76.4431, 92.2108
        xyY:
        0.2307, 0.3487, 76.4431
      CIE-Lab:
        90.0647, -52.0389, -6.3514
        CIE-LCH:
        90.0647, 52.4251, 186.9586
        CIE-Luv:
        90.0647, -70.9673, -1.7999
        Hunter-Lab:
        87.4318, -49.7767, -1.3286
      #0cfded color charts
#0cfded RGB chart
      #0cfded CMYK chart
      #0cfded RGB pie chart
      #0cfded color shades, tints & tones
#0cfded color schemes
#0cfded color preview, HTML & CSS examples
           This text has a color of #0cfded        
        
          <p style="color:#0cfded;">Text here</p>
        
        
          .mytext {color:#0cfded;}
        
        Text color #0cfded
      
           This box has a color of #0cfded        
        
          <div style="background-color:#0cfded;">Content here</div>
        
        
          .mybackground {background-color:#0cfded;}
        
        Background color #0cfded
      
           Border around this has a color of #0cfded        
        
          <div style="border:2px solid #0cfded;">Content here</div>
        
        
          .myborder {border:2px solid #0cfded;}
        
        Border color #0cfded