#2dffde color space conversions
Hex:
        #2dffde
        RGB:
        45, 255, 222
        CMY:
        82, 0, 13
        CMYK:
        82, 0, 13, 0
      HSL:
        171°, 100.0000%, 58.8235%
        HSV (HSB):
        171°, 82.3529%, 100.0000%
        XYZ:
        50.0270, 77.3518, 81.4009
        xyY:
        0.2396, 0.3705, 77.3518
      CIE-Lab:
        90.4833, -55.2798, 2.0739
        CIE-LCH:
        90.4833, 55.3187, 177.8515
        CIE-Luv:
        90.4833, -70.8850, 12.1048
        Hunter-Lab:
        87.9499, -52.3792, 6.6898
      #2dffde color charts
#2dffde RGB chart
      #2dffde CMYK chart
      #2dffde RGB pie chart
      #2dffde color shades, tints & tones
#2dffde color schemes
#2dffde color preview, HTML & CSS examples
           This text has a color of #2dffde        
        
          <p style="color:#2dffde;">Text here</p>
        
        
          .mytext {color:#2dffde;}
        
        Text color #2dffde
      
           This box has a color of #2dffde        
        
          <div style="background-color:#2dffde;">Content here</div>
        
        
          .mybackground {background-color:#2dffde;}
        
        Background color #2dffde
      
           Border around this has a color of #2dffde        
        
          <div style="border:2px solid #2dffde;">Content here</div>
        
        
          .myborder {border:2px solid #2dffde;}
        
        Border color #2dffde