#20beef color space conversions
Hex:
        #20beef
        RGB:
        32, 190, 239
        CMY:
        87, 25, 6
        CMYK:
        87, 21, 0, 6
      HSL:
        194°, 86.6109%, 53.1373%
        HSV (HSB):
        194°, 86.6109%, 93.7255%
        XYZ:
        34.5891, 43.3660, 88.2088
        xyY:
        0.2082, 0.2610, 43.3660
      CIE-Lab:
        71.8027, -21.4855, -35.0596
        CIE-LCH:
        71.8027, 41.1193, 238.4989
        CIE-Luv:
        71.8027, -48.6845, -53.5541
        Hunter-Lab:
        65.8529, -21.4856, -33.3210
      #20beef color charts
#20beef RGB chart
      #20beef CMYK chart
      #20beef RGB pie chart
      #20beef color shades, tints & tones
#20beef color schemes
#20beef color preview, HTML & CSS examples
           This text has a color of #20beef        
        
          <p style="color:#20beef;">Text here</p>
        
        
          .mytext {color:#20beef;}
        
        Text color #20beef
      
           This box has a color of #20beef        
        
          <div style="background-color:#20beef;">Content here</div>
        
        
          .mybackground {background-color:#20beef;}
        
        Background color #20beef
      
           Border around this has a color of #20beef        
        
          <div style="border:2px solid #20beef;">Content here</div>
        
        
          .myborder {border:2px solid #20beef;}
        
        Border color #20beef