#3fefdc color space conversions
Hex:
        #3fefdc
        RGB:
        63, 239, 220
        CMY:
        75, 6, 14
        CMYK:
        74, 0, 8, 6
      HSL:
        174°, 84.6154%, 59.2157%
        HSV (HSB):
        174°, 73.6402%, 93.7255%
        XYZ:
        45.8347, 67.9571, 78.4114
        xyY:
        0.2385, 0.3536, 67.9571
      CIE-Lab:
        85.9850, -47.4979, -3.4320
        CIE-LCH:
        85.9850, 47.6217, 184.1327
        CIE-Luv:
        85.9850, -63.5541, 2.2154
        Hunter-Lab:
        82.4361, -45.0167, 1.3099
      #3fefdc color charts
#3fefdc RGB chart
      #3fefdc CMYK chart
      #3fefdc RGB pie chart
      #3fefdc color shades, tints & tones
#3fefdc color schemes
#3fefdc color preview, HTML & CSS examples
           This text has a color of #3fefdc        
        
          <p style="color:#3fefdc;">Text here</p>
        
        
          .mytext {color:#3fefdc;}
        
        Text color #3fefdc
      
           This box has a color of #3fefdc        
        
          <div style="background-color:#3fefdc;">Content here</div>
        
        
          .mybackground {background-color:#3fefdc;}
        
        Background color #3fefdc
      
           Border around this has a color of #3fefdc        
        
          <div style="border:2px solid #3fefdc;">Content here</div>
        
        
          .myborder {border:2px solid #3fefdc;}
        
        Border color #3fefdc