#70ffed color space conversions
Hex:
        #70ffed
        RGB:
        112, 255, 237
        CMY:
        56, 0, 7
        CMYK:
        56, 0, 7, 0
      HSL:
        172°, 100.0000%, 71.9608%
        HSV (HSB):
        172°, 56.0784%, 100.0000%
        XYZ:
        57.7282, 81.0792, 92.7280
        xyY:
        0.2493, 0.3502, 81.0792
      CIE-Lab:
        92.1669, -42.8020, -3.0800
        CIE-LCH:
        92.1669, 42.9127, 184.1159
        CIE-Luv:
        92.1669, -58.7888, 2.1676
        Hunter-Lab:
        90.0440, -43.1387, 1.9735
      #70ffed color charts
#70ffed RGB chart
      #70ffed CMYK chart
      #70ffed RGB pie chart
      #70ffed color shades, tints & tones
#70ffed color schemes
#70ffed color preview, HTML & CSS examples
           This text has a color of #70ffed        
        
          <p style="color:#70ffed;">Text here</p>
        
        
          .mytext {color:#70ffed;}
        
        Text color #70ffed
      
           This box has a color of #70ffed        
        
          <div style="background-color:#70ffed;">Content here</div>
        
        
          .mybackground {background-color:#70ffed;}
        
        Background color #70ffed
      
           Border around this has a color of #70ffed        
        
          <div style="border:2px solid #70ffed;">Content here</div>
        
        
          .myborder {border:2px solid #70ffed;}
        
        Border color #70ffed