#35fdef color space conversions
Hex:
        #35fdef
        RGB:
        53, 253, 239
        CMY:
        79, 1, 6
        CMYK:
        79, 0, 6, 1
      HSL:
        176°, 98.0392%, 60.0000%
        HSV (HSB):
        176°, 79.0514%, 99.2157%
        XYZ:
        52.1735, 77.2394, 93.8202
        xyY:
        0.2337, 0.3460, 77.2394
      CIE-Lab:
        90.4317, -49.3643, -6.8131
        CIE-LCH:
        90.4317, 49.8323, 187.8582
        CIE-Luv:
        90.4317, -68.1687, -2.9217
        Hunter-Lab:
        87.8860, -47.8340, -1.7732
      #35fdef color charts
#35fdef RGB chart
      #35fdef CMYK chart
      #35fdef RGB pie chart
      #35fdef color shades, tints & tones
#35fdef color schemes
#35fdef color preview, HTML & CSS examples
           This text has a color of #35fdef        
        
          <p style="color:#35fdef;">Text here</p>
        
        
          .mytext {color:#35fdef;}
        
        Text color #35fdef
      
           This box has a color of #35fdef        
        
          <div style="background-color:#35fdef;">Content here</div>
        
        
          .mybackground {background-color:#35fdef;}
        
        Background color #35fdef
      
           Border around this has a color of #35fdef        
        
          <div style="border:2px solid #35fdef;">Content here</div>
        
        
          .myborder {border:2px solid #35fdef;}
        
        Border color #35fdef