#70eebb color space conversions
Hex:
        #70eebb
        RGB:
        112, 238, 187
        CMY:
        56, 7, 27
        CMYK:
        53, 0, 21, 7
      HSL:
        156°, 78.7500%, 68.6275%
        HSV (HSB):
        156°, 52.9412%, 93.3333%
        XYZ:
        46.2263, 68.1817, 57.7377
        xyY:
        0.2685, 0.3961, 68.1817
      CIE-Lab:
        86.0972, -46.8682, 14.1484
        CIE-LCH:
        86.0972, 48.9572, 163.2021
        CIE-Luv:
        86.0972, -54.8245, 28.7297
        Hunter-Lab:
        82.5722, -44.5720, 16.3426
      #70eebb color charts
#70eebb RGB chart
      #70eebb CMYK chart
      #70eebb RGB pie chart
      #70eebb color shades, tints & tones
#70eebb color schemes
#70eebb color preview, HTML & CSS examples
           This text has a color of #70eebb        
        
          <p style="color:#70eebb;">Text here</p>
        
        
          .mytext {color:#70eebb;}
        
        Text color #70eebb
      
           This box has a color of #70eebb        
        
          <div style="background-color:#70eebb;">Content here</div>
        
        
          .mybackground {background-color:#70eebb;}
        
        Background color #70eebb
      
           Border around this has a color of #70eebb        
        
          <div style="border:2px solid #70eebb;">Content here</div>
        
        
          .myborder {border:2px solid #70eebb;}
        
        Border color #70eebb