#50dceb color space conversions
Hex:
        #50dceb
        RGB:
        80, 220, 235
        CMY:
        69, 14, 8
        CMYK:
        66, 6, 0, 8
      HSL:
        186°, 79.4872%, 61.7647%
        HSV (HSB):
        186°, 65.9574%, 92.1569%
        XYZ:
        43.8969, 58.8900, 87.6506
        xyY:
        0.2305, 0.3092, 58.8900
      CIE-Lab:
        81.2311, -32.6125, -18.4095
        CIE-LCH:
        81.2311, 37.4498, 209.4444
        CIE-Luv:
        81.2311, -53.1297, -24.3134
        Hunter-Lab:
        76.7398, -32.1888, -14.0019
      #50dceb color charts
#50dceb RGB chart
      #50dceb CMYK chart
      #50dceb RGB pie chart
      #50dceb color shades, tints & tones
#50dceb color schemes
#50dceb color preview, HTML & CSS examples
           This text has a color of #50dceb        
        
          <p style="color:#50dceb;">Text here</p>
        
        
          .mytext {color:#50dceb;}
        
        Text color #50dceb
      
           This box has a color of #50dceb        
        
          <div style="background-color:#50dceb;">Content here</div>
        
        
          .mybackground {background-color:#50dceb;}
        
        Background color #50dceb
      
           Border around this has a color of #50dceb        
        
          <div style="border:2px solid #50dceb;">Content here</div>
        
        
          .myborder {border:2px solid #50dceb;}
        
        Border color #50dceb