#2bfeee color space conversions
Hex:
        #2bfeee
        RGB:
        43, 254, 238
        CMY:
        83, 0, 7
        CMYK:
        83, 0, 6, 0
      HSL:
        175°, 99.0610%, 58.2353%
        HSV (HSB):
        175°, 83.0709%, 99.6078%
        XYZ:
        51.8707, 77.5703, 93.1276
        xyY:
        0.2331, 0.3485, 77.5703
      CIE-Lab:
        90.5834, -50.8118, -6.0820
        CIE-LCH:
        90.5834, 51.1746, 186.8257
        CIE-Luv:
        90.5834, -69.5216, -1.5285
        Hunter-Lab:
        88.0740, -49.0029, -1.0402
      #2bfeee color charts
#2bfeee RGB chart
      #2bfeee CMYK chart
      #2bfeee RGB pie chart
      #2bfeee color shades, tints & tones
#2bfeee color schemes
#2bfeee color preview, HTML & CSS examples
           This text has a color of #2bfeee        
        
          <p style="color:#2bfeee;">Text here</p>
        
        
          .mytext {color:#2bfeee;}
        
        Text color #2bfeee
      
           This box has a color of #2bfeee        
        
          <div style="background-color:#2bfeee;">Content here</div>
        
        
          .mybackground {background-color:#2bfeee;}
        
        Background color #2bfeee
      
           Border around this has a color of #2bfeee        
        
          <div style="border:2px solid #2bfeee;">Content here</div>
        
        
          .myborder {border:2px solid #2bfeee;}
        
        Border color #2bfeee