#3cfced color space conversions
Hex:
        #3cfced
        RGB:
        60, 252, 237
        CMY:
        76, 1, 7
        CMYK:
        76, 0, 6, 1
      HSL:
        175°, 96.9697%, 61.1765%
        HSV (HSB):
        175°, 76.1905%, 98.8235%
        XYZ:
        51.9599, 76.6959, 92.1860
        xyY:
        0.2353, 0.3473, 76.6959
      CIE-Lab:
        90.1815, -48.8449, -6.1331
        CIE-LCH:
        90.1815, 49.2285, 187.1567
        CIE-Luv:
        90.1815, -67.1860, -1.8913
        Hunter-Lab:
        87.5762, -47.3523, -1.1075
      #3cfced color charts
#3cfced RGB chart
      #3cfced CMYK chart
      #3cfced RGB pie chart
      #3cfced color shades, tints & tones
#3cfced color schemes
#3cfced color preview, HTML & CSS examples
           This text has a color of #3cfced        
        
          <p style="color:#3cfced;">Text here</p>
        
        
          .mytext {color:#3cfced;}
        
        Text color #3cfced
      
           This box has a color of #3cfced        
        
          <div style="background-color:#3cfced;">Content here</div>
        
        
          .mybackground {background-color:#3cfced;}
        
        Background color #3cfced
      
           Border around this has a color of #3cfced        
        
          <div style="border:2px solid #3cfced;">Content here</div>
        
        
          .myborder {border:2px solid #3cfced;}
        
        Border color #3cfced