#2efded color space conversions
Hex:
        #2efded
        RGB:
        46, 253, 237
        CMY:
        82, 1, 7
        CMYK:
        82, 0, 6, 1
      HSL:
        175°, 98.1043%, 58.6275%
        HSV (HSB):
        175°, 81.8182%, 99.2157%
        XYZ:
        51.5381, 76.9458, 92.2565
        xyY:
        0.2335, 0.3486, 76.9458
      CIE-Lab:
        90.2967, -50.4511, -5.9826
        CIE-LCH:
        90.2967, 50.8046, 186.7627
        CIE-Luv:
        90.2967, -69.0018, -1.4203
        Hunter-Lab:
        87.7188, -48.6324, -0.9539
      #2efded color charts
#2efded RGB chart
      #2efded CMYK chart
      #2efded RGB pie chart
      #2efded color shades, tints & tones
#2efded color schemes
#2efded color preview, HTML & CSS examples
           This text has a color of #2efded        
        
          <p style="color:#2efded;">Text here</p>
        
        
          .mytext {color:#2efded;}
        
        Text color #2efded
      
           This box has a color of #2efded        
        
          <div style="background-color:#2efded;">Content here</div>
        
        
          .mybackground {background-color:#2efded;}
        
        Background color #2efded
      
           Border around this has a color of #2efded        
        
          <div style="border:2px solid #2efded;">Content here</div>
        
        
          .myborder {border:2px solid #2efded;}
        
        Border color #2efded