#0defdc color space conversions
Hex:
        #0defdc
        RGB:
        13, 239, 220
        CMY:
        95, 6, 14
        CMYK:
        95, 0, 8, 6
      HSL:
        175°, 89.6825%, 49.4118%
        HSV (HSB):
        175°, 94.5607%, 93.7255%
        XYZ:
        43.9507, 66.9859, 78.3233
        xyY:
        0.2322, 0.3539, 66.9859
      CIE-Lab:
        85.4968, -50.8411, -4.2064
        CIE-LCH:
        85.4968, 51.0148, 184.7297
        CIE-Luv:
        85.4968, -67.6773, 1.4420
        Hunter-Lab:
        81.8449, -47.3740, 0.5526
      #0defdc color charts
#0defdc RGB chart
      #0defdc CMYK chart
      #0defdc RGB pie chart
      #0defdc color shades, tints & tones
#0defdc color schemes
#0defdc color preview, HTML & CSS examples
           This text has a color of #0defdc        
        
          <p style="color:#0defdc;">Text here</p>
        
        
          .mytext {color:#0defdc;}
        
        Text color #0defdc
      
           This box has a color of #0defdc        
        
          <div style="background-color:#0defdc;">Content here</div>
        
        
          .mybackground {background-color:#0defdc;}
        
        Background color #0defdc
      
           Border around this has a color of #0defdc        
        
          <div style="border:2px solid #0defdc;">Content here</div>
        
        
          .myborder {border:2px solid #0defdc;}
        
        Border color #0defdc