#40faec color space conversions
Hex:
        #40faec
        RGB:
        64, 250, 236
        CMY:
        75, 2, 7
        CMYK:
        74, 0, 6, 2
      HSL:
        175°, 94.8980%, 61.5686%
        HSV (HSB):
        175°, 74.4000%, 98.0392%
        XYZ:
        51.4403, 75.5173, 91.2220
        xyY:
        0.2358, 0.3461, 75.5173
      CIE-Lab:
        89.6348, -47.8560, -6.4138
        CIE-LCH:
        89.6348, 48.2839, 187.6335
        CIE-Luv:
        89.6348, -66.0712, -2.4903
        Hunter-Lab:
        86.9007, -46.4144, -1.4078
      #40faec color charts
#40faec RGB chart
      #40faec CMYK chart
      #40faec RGB pie chart
      #40faec color shades, tints & tones
#40faec color schemes
#40faec color preview, HTML & CSS examples
           This text has a color of #40faec        
        
          <p style="color:#40faec;">Text here</p>
        
        
          .mytext {color:#40faec;}
        
        Text color #40faec
      
           This box has a color of #40faec        
        
          <div style="background-color:#40faec;">Content here</div>
        
        
          .mybackground {background-color:#40faec;}
        
        Background color #40faec
      
           Border around this has a color of #40faec        
        
          <div style="border:2px solid #40faec;">Content here</div>
        
        
          .myborder {border:2px solid #40faec;}
        
        Border color #40faec