#50ceba color space conversions
Hex:
        #50ceba
        RGB:
        80, 206, 186
        CMY:
        69, 19, 27
        CMYK:
        61, 0, 10, 19
      HSL:
        170°, 56.2500%, 56.0784%
        HSV (HSB):
        170°, 61.1650%, 80.7843%
        XYZ:
        34.2425, 49.3933, 54.1835
        xyY:
        0.2485, 0.3584, 49.3933
      CIE-Lab:
        75.6953, -39.4605, -0.3935
        CIE-LCH:
        75.6953, 39.4625, 180.5714
        CIE-Luv:
        75.6953, -50.9421, 5.6504
        Hunter-Lab:
        70.2803, -36.0205, 3.4859
      #50ceba color charts
#50ceba RGB chart
      #50ceba CMYK chart
      #50ceba RGB pie chart
      #50ceba color shades, tints & tones
#50ceba color schemes
#50ceba color preview, HTML & CSS examples
           This text has a color of #50ceba        
        
          <p style="color:#50ceba;">Text here</p>
        
        
          .mytext {color:#50ceba;}
        
        Text color #50ceba
      
           This box has a color of #50ceba        
        
          <div style="background-color:#50ceba;">Content here</div>
        
        
          .mybackground {background-color:#50ceba;}
        
        Background color #50ceba
      
           Border around this has a color of #50ceba        
        
          <div style="border:2px solid #50ceba;">Content here</div>
        
        
          .myborder {border:2px solid #50ceba;}
        
        Border color #50ceba