#40caaa color space conversions
Hex:
        #40caaa
        RGB:
        64, 202, 170
        CMY:
        75, 21, 33
        CMYK:
        68, 0, 16, 21
      HSL:
        166°, 56.5574%, 52.1569%
        HSV (HSB):
        166°, 68.3168%, 79.2157%
        XYZ:
        30.4906, 46.2333, 45.3471
        xyY:
        0.2498, 0.3787, 46.2333
      CIE-Lab:
        73.6967, -44.3455, 5.2921
        CIE-LCH:
        73.6967, 44.6602, 173.1946
        CIE-Luv:
        73.6967, -53.6784, 14.8335
        Hunter-Lab:
        67.9951, -38.9479, 8.0550
      #40caaa color charts
#40caaa RGB chart
      #40caaa CMYK chart
      #40caaa RGB pie chart
      #40caaa color shades, tints & tones
#40caaa color schemes
#40caaa color preview, HTML & CSS examples
           This text has a color of #40caaa        
        
          <p style="color:#40caaa;">Text here</p>
        
        
          .mytext {color:#40caaa;}
        
        Text color #40caaa
      
           This box has a color of #40caaa        
        
          <div style="background-color:#40caaa;">Content here</div>
        
        
          .mybackground {background-color:#40caaa;}
        
        Background color #40caaa
      
           Border around this has a color of #40caaa        
        
          <div style="border:2px solid #40caaa;">Content here</div>
        
        
          .myborder {border:2px solid #40caaa;}
        
        Border color #40caaa