#4afaed color space conversions
Hex:
        #4afaed
        RGB:
        74, 250, 237
        CMY:
        71, 2, 7
        CMYK:
        70, 0, 5, 2
      HSL:
        176°, 94.6237%, 63.5294%
        HSV (HSB):
        176°, 70.4000%, 98.0392%
        XYZ:
        52.2957, 75.9415, 92.0227
        xyY:
        0.2374, 0.3448, 75.9415
      CIE-Lab:
        89.8322, -46.4606, -6.6235
        CIE-LCH:
        89.8322, 46.9304, 188.1135
        CIE-Luv:
        89.8322, -64.5742, -3.0269
        Hunter-Lab:
        87.1444, -45.3842, -1.6079
      #4afaed color charts
#4afaed RGB chart
      #4afaed CMYK chart
      #4afaed RGB pie chart
      #4afaed color shades, tints & tones
#4afaed color schemes
#4afaed color preview, HTML & CSS examples
           This text has a color of #4afaed        
        
          <p style="color:#4afaed;">Text here</p>
        
        
          .mytext {color:#4afaed;}
        
        Text color #4afaed
      
           This box has a color of #4afaed        
        
          <div style="background-color:#4afaed;">Content here</div>
        
        
          .mybackground {background-color:#4afaed;}
        
        Background color #4afaed
      
           Border around this has a color of #4afaed        
        
          <div style="border:2px solid #4afaed;">Content here</div>
        
        
          .myborder {border:2px solid #4afaed;}
        
        Border color #4afaed