#70edef color space conversions
Hex:
        #70edef
        RGB:
        112, 237, 239
        CMY:
        56, 7, 6
        CMYK:
        53, 1, 0, 6
      HSL:
        181°, 79.8742%, 68.8235%
        HSV (HSB):
        181°, 53.1381%, 93.7255%
        XYZ:
        52.5463, 70.2451, 92.4505
        xyY:
        0.2441, 0.3264, 70.2451
      CIE-Lab:
        87.1169, -34.1038, -11.5975
        CIE-LCH:
        87.1169, 36.0218, 198.7814
        CIE-Luv:
        87.1169, -52.0113, -12.9103
        Hunter-Lab:
        83.8124, -34.7608, -6.7321
      #70edef color charts
#70edef RGB chart
      #70edef CMYK chart
      #70edef RGB pie chart
      #70edef color shades, tints & tones
#70edef color schemes
#70edef color preview, HTML & CSS examples
           This text has a color of #70edef        
        
          <p style="color:#70edef;">Text here</p>
        
        
          .mytext {color:#70edef;}
        
        Text color #70edef
      
           This box has a color of #70edef        
        
          <div style="background-color:#70edef;">Content here</div>
        
        
          .mybackground {background-color:#70edef;}
        
        Background color #70edef
      
           Border around this has a color of #70edef        
        
          <div style="border:2px solid #70edef;">Content here</div>
        
        
          .myborder {border:2px solid #70edef;}
        
        Border color #70edef