#10dece color space conversions
Hex:
        #10dece
        RGB:
        16, 222, 206
        CMY:
        94, 13, 19
        CMYK:
        93, 0, 7, 13
      HSL:
        175°, 86.5546%, 46.6667%
        HSV (HSB):
        175°, 92.7928%, 87.0588%
        XYZ:
        37.4755, 56.8089, 67.3826
        xyY:
        0.2318, 0.3514, 56.8089
      CIE-Lab:
        80.0720, -47.4635, -4.7938
        CIE-LCH:
        80.0720, 47.7050, 185.7672
        CIE-Luv:
        80.0720, -63.0144, -0.0278
        Hunter-Lab:
        75.3717, -43.1486, -0.2453
      #10dece color charts
#10dece RGB chart
      #10dece CMYK chart
      #10dece RGB pie chart
      #10dece color shades, tints & tones
#10dece color schemes
#10dece color preview, HTML & CSS examples
           This text has a color of #10dece        
        
          <p style="color:#10dece;">Text here</p>
        
        
          .mytext {color:#10dece;}
        
        Text color #10dece
      
           This box has a color of #10dece        
        
          <div style="background-color:#10dece;">Content here</div>
        
        
          .mybackground {background-color:#10dece;}
        
        Background color #10dece
      
           Border around this has a color of #10dece        
        
          <div style="border:2px solid #10dece;">Content here</div>
        
        
          .myborder {border:2px solid #10dece;}
        
        Border color #10dece