#31faea color space conversions
Hex:
        #31faea
        RGB:
        49, 250, 234
        CMY:
        81, 2, 8
        CMYK:
        80, 0, 6, 2
      HSL:
        175°, 95.2607%, 58.6275%
        HSV (HSB):
        175°, 80.4000%, 98.0392%
        XYZ:
        50.3035, 74.9647, 89.6603
        xyY:
        0.2340, 0.3488, 74.9647
      CIE-Lab:
        89.3765, -49.7665, -5.7770
        CIE-LCH:
        89.3765, 50.1007, 186.6214
        CIE-Luv:
        89.3765, -67.9374, -1.1915
        Hunter-Lab:
        86.5822, -47.8118, -0.7903
      #31faea color charts
#31faea RGB chart
      #31faea CMYK chart
      #31faea RGB pie chart
      #31faea color shades, tints & tones
#31faea color schemes
#31faea color preview, HTML & CSS examples
           This text has a color of #31faea        
        
          <p style="color:#31faea;">Text here</p>
        
        
          .mytext {color:#31faea;}
        
        Text color #31faea
      
           This box has a color of #31faea        
        
          <div style="background-color:#31faea;">Content here</div>
        
        
          .mybackground {background-color:#31faea;}
        
        Background color #31faea
      
           Border around this has a color of #31faea        
        
          <div style="border:2px solid #31faea;">Content here</div>
        
        
          .myborder {border:2px solid #31faea;}
        
        Border color #31faea