#50ccea color space conversions
Hex:
        #50ccea
        RGB:
        80, 204, 234
        CMY:
        69, 20, 8
        CMYK:
        66, 13, 0, 8
      HSL:
        192°, 78.5714%, 61.5686%
        HSV (HSB):
        192°, 65.8120%, 91.7647%
        XYZ:
        39.7524, 50.8317, 85.5582
        xyY:
        0.2257, 0.2886, 50.8317
      CIE-Lab:
        76.5770, -25.1189, -24.9416
        CIE-LCH:
        76.5770, 35.3983, 224.7970
        CIE-Luv:
        76.5770, -47.4608, -36.1357
        Hunter-Lab:
        71.2964, -25.2431, -21.2427
      #50ccea color charts
#50ccea RGB chart
      #50ccea CMYK chart
      #50ccea RGB pie chart
      #50ccea color shades, tints & tones
#50ccea color schemes
#50ccea color preview, HTML & CSS examples
           This text has a color of #50ccea        
        
          <p style="color:#50ccea;">Text here</p>
        
        
          .mytext {color:#50ccea;}
        
        Text color #50ccea
      
           This box has a color of #50ccea        
        
          <div style="background-color:#50ccea;">Content here</div>
        
        
          .mybackground {background-color:#50ccea;}
        
        Background color #50ccea
      
           Border around this has a color of #50ccea        
        
          <div style="border:2px solid #50ccea;">Content here</div>
        
        
          .myborder {border:2px solid #50ccea;}
        
        Border color #50ccea