#2fddff color space conversions
Hex:
        #2fddff
        RGB:
        47, 221, 255
        CMY:
        82, 13, 0
        CMYK:
        82, 13, 0, 0
      HSL:
        190°, 100.0000%, 59.2157%
        HSV (HSB):
        190°, 81.5686%, 100.0000%
        XYZ:
        45.0787, 59.5372, 103.7237
        xyY:
        0.2164, 0.2858, 59.5372
      CIE-Lab:
        81.5860, -30.7043, -28.5381
        CIE-LCH:
        81.5860, 41.9187, 222.9059
        CIE-Luv:
        81.5860, -56.7515, -41.8211
        Hunter-Lab:
        77.1604, -30.7472, -25.6890
      #2fddff color charts
#2fddff RGB chart
      #2fddff CMYK chart
      #2fddff RGB pie chart
      #2fddff color shades, tints & tones
#2fddff color schemes
#2fddff color preview, HTML & CSS examples
           This text has a color of #2fddff        
        
          <p style="color:#2fddff;">Text here</p>
        
        
          .mytext {color:#2fddff;}
        
        Text color #2fddff
      
           This box has a color of #2fddff        
        
          <div style="background-color:#2fddff;">Content here</div>
        
        
          .mybackground {background-color:#2fddff;}
        
        Background color #2fddff
      
           Border around this has a color of #2fddff        
        
          <div style="border:2px solid #2fddff;">Content here</div>
        
        
          .myborder {border:2px solid #2fddff;}
        
        Border color #2fddff