#2edebe color space conversions
Hex:
        #2edebe
        RGB:
        46, 222, 190
        CMY:
        82, 13, 25
        CMYK:
        79, 0, 14, 13
      HSL:
        169°, 72.7273%, 52.5490%
        HSV (HSB):
        169°, 79.2793%, 87.0588%
        XYZ:
        36.5423, 56.5411, 57.7027
        xyY:
        0.2423, 0.3750, 56.5411
      CIE-Lab:
        79.9208, -49.8809, 3.5321
        CIE-LCH:
        79.9208, 50.0058, 175.9496
        CIE-Luv:
        79.9208, -61.9781, 13.2397
        Hunter-Lab:
        75.1938, -44.8428, 7.1373
      #2edebe color charts
#2edebe RGB chart
      #2edebe CMYK chart
      #2edebe RGB pie chart
      #2edebe color shades, tints & tones
#2edebe color schemes
#2edebe color preview, HTML & CSS examples
           This text has a color of #2edebe        
        
          <p style="color:#2edebe;">Text here</p>
        
        
          .mytext {color:#2edebe;}
        
        Text color #2edebe
      
           This box has a color of #2edebe        
        
          <div style="background-color:#2edebe;">Content here</div>
        
        
          .mybackground {background-color:#2edebe;}
        
        Background color #2edebe
      
           Border around this has a color of #2edebe        
        
          <div style="border:2px solid #2edebe;">Content here</div>
        
        
          .myborder {border:2px solid #2edebe;}
        
        Border color #2edebe