#4afffe color space conversions
Hex:
        #4afffe
        RGB:
        74, 255, 254
        CMY:
        71, 0, 0
        CMYK:
        71, 0, 0, 0
      HSL:
        180°, 100.0000%, 64.5098%
        HSV (HSB):
        180°, 70.9804%, 100.0000%
        XYZ:
        56.4734, 80.1316, 106.2564
        xyY:
        0.2325, 0.3299, 80.1316
      CIE-Lab:
        91.7439, -44.0689, -12.6134
        CIE-LCH:
        91.7439, 45.8384, 195.9722
        CIE-Luv:
        91.7439, -65.1398, -13.2207
        Hunter-Lab:
        89.5163, -44.0425, -7.7163
      #4afffe color charts
#4afffe RGB chart
      #4afffe CMYK chart
      #4afffe RGB pie chart
      #4afffe color shades, tints & tones
#4afffe color schemes
#4afffe color preview, HTML & CSS examples
           This text has a color of #4afffe        
        
          <p style="color:#4afffe;">Text here</p>
        
        
          .mytext {color:#4afffe;}
        
        Text color #4afffe
      
           This box has a color of #4afffe        
        
          <div style="background-color:#4afffe;">Content here</div>
        
        
          .mybackground {background-color:#4afffe;}
        
        Background color #4afffe
      
           Border around this has a color of #4afffe        
        
          <div style="border:2px solid #4afffe;">Content here</div>
        
        
          .myborder {border:2px solid #4afffe;}
        
        Border color #4afffe