#50bdac color space conversions
Hex:
        #50bdac
        RGB:
        80, 189, 172
        CMY:
        69, 26, 33
        CMYK:
        58, 0, 9, 26
      HSL:
        171°, 45.2282%, 52.7451%
        HSV (HSB):
        171°, 57.6720%, 74.1176%
        XYZ:
        28.9523, 41.0792, 45.4329
        xyY:
        0.2507, 0.3558, 41.0792
      CIE-Lab:
        70.2314, -35.2648, -0.7766
        CIE-LCH:
        70.2314, 35.2734, 181.2616
        CIE-Luv:
        70.2314, -45.3219, 4.3658
        Hunter-Lab:
        64.0931, -31.5305, 2.8370
      #50bdac color charts
#50bdac RGB chart
      #50bdac CMYK chart
      #50bdac RGB pie chart
      #50bdac color shades, tints & tones
#50bdac color schemes
#50bdac color preview, HTML & CSS examples
           This text has a color of #50bdac        
        
          <p style="color:#50bdac;">Text here</p>
        
        
          .mytext {color:#50bdac;}
        
        Text color #50bdac
      
           This box has a color of #50bdac        
        
          <div style="background-color:#50bdac;">Content here</div>
        
        
          .mybackground {background-color:#50bdac;}
        
        Background color #50bdac
      
           Border around this has a color of #50bdac        
        
          <div style="border:2px solid #50bdac;">Content here</div>
        
        
          .myborder {border:2px solid #50bdac;}
        
        Border color #50bdac