#2eedca color space conversions
Hex:
        #2eedca
        RGB:
        46, 237, 202
        CMY:
        82, 7, 21
        CMYK:
        81, 0, 15, 7
      HSL:
        169°, 84.1410%, 55.4902%
        HSV (HSB):
        169°, 80.5907%, 92.9412%
        XYZ:
        42.0716, 65.4135, 66.2858
        xyY:
        0.2421, 0.3764, 65.4135
      CIE-Lab:
        84.6964, -52.9818, 4.1090
        CIE-LCH:
        84.6964, 53.1409, 175.5653
        CIE-Luv:
        84.6964, -66.2181, 14.7329
        Hunter-Lab:
        80.8786, -48.6851, 8.0226
      #2eedca color charts
#2eedca RGB chart
      #2eedca CMYK chart
      #2eedca RGB pie chart
      #2eedca color shades, tints & tones
#2eedca color schemes
#2eedca color preview, HTML & CSS examples
           This text has a color of #2eedca        
        
          <p style="color:#2eedca;">Text here</p>
        
        
          .mytext {color:#2eedca;}
        
        Text color #2eedca
      
           This box has a color of #2eedca        
        
          <div style="background-color:#2eedca;">Content here</div>
        
        
          .mybackground {background-color:#2eedca;}
        
        Background color #2eedca
      
           Border around this has a color of #2eedca        
        
          <div style="border:2px solid #2eedca;">Content here</div>
        
        
          .myborder {border:2px solid #2eedca;}
        
        Border color #2eedca