#0deede color space conversions
Hex:
        #0deede
        RGB:
        13, 238, 222
        CMY:
        95, 7, 13
        CMYK:
        95, 0, 7, 7
      HSL:
        176°, 89.6414%, 49.2157%
        HSV (HSB):
        176°, 94.5378%, 93.3333%
        XYZ:
        43.9253, 66.5086, 79.6296
        xyY:
        0.2311, 0.3499, 66.5086
      CIE-Lab:
        85.2552, -49.8740, -5.6138
        CIE-LCH:
        85.2552, 50.1890, 186.4222
        CIE-Luv:
        85.2552, -67.1868, -0.9527
        Hunter-Lab:
        81.5528, -46.5751, -0.8049
      #0deede color charts
#0deede RGB chart
      #0deede CMYK chart
      #0deede RGB pie chart
      #0deede color shades, tints & tones
#0deede color schemes
#0deede color preview, HTML & CSS examples
           This text has a color of #0deede        
        
          <p style="color:#0deede;">Text here</p>
        
        
          .mytext {color:#0deede;}
        
        Text color #0deede
      
           This box has a color of #0deede        
        
          <div style="background-color:#0deede;">Content here</div>
        
        
          .mybackground {background-color:#0deede;}
        
        Background color #0deede
      
           Border around this has a color of #0deede        
        
          <div style="border:2px solid #0deede;">Content here</div>
        
        
          .myborder {border:2px solid #0deede;}
        
        Border color #0deede