#32faff color space conversions
Hex:
        #32faff
        RGB:
        50, 250, 255
        CMY:
        80, 2, 0
        CMYK:
        80, 2, 0, 0
      HSL:
        181°, 100.0000%, 59.8039%
        HSV (HSB):
        181°, 80.3922%, 100.0000%
        XYZ:
        53.5510, 76.2693, 106.5068
        xyY:
        0.2266, 0.3227, 76.2693
      CIE-Lab:
        89.9842, -43.8638, -15.8029
        CIE-LCH:
        89.9842, 46.6237, 199.8127
        CIE-Luv:
        89.9842, -66.2663, -18.5783
        Hunter-Lab:
        87.3323, -43.3777, -11.1749
      #32faff color charts
#32faff RGB chart
      #32faff CMYK chart
      #32faff RGB pie chart
      #32faff color shades, tints & tones
#32faff color schemes
#32faff color preview, HTML & CSS examples
           This text has a color of #32faff        
        
          <p style="color:#32faff;">Text here</p>
        
        
          .mytext {color:#32faff;}
        
        Text color #32faff
      
           This box has a color of #32faff        
        
          <div style="background-color:#32faff;">Content here</div>
        
        
          .mybackground {background-color:#32faff;}
        
        Background color #32faff
      
           Border around this has a color of #32faff        
        
          <div style="border:2px solid #32faff;">Content here</div>
        
        
          .myborder {border:2px solid #32faff;}
        
        Border color #32faff