#40dabb color space conversions
Hex:
        #40dabb
        RGB:
        64, 218, 187
        CMY:
        75, 15, 27
        CMYK:
        71, 0, 14, 15
      HSL:
        168°, 67.5439%, 55.2941%
        HSV (HSB):
        168°, 70.6422%, 85.4902%
        XYZ:
        36.1554, 54.8207, 55.6896
        xyY:
        0.2465, 0.3738, 54.8207
      CIE-Lab:
        78.9378, -46.9316, 3.7420
        CIE-LCH:
        78.9378, 47.0806, 175.4413
        CIE-Luv:
        78.9378, -58.3072, 13.0995
        Hunter-Lab:
        74.0410, -42.4073, 7.2340
      #40dabb color charts
#40dabb RGB chart
      #40dabb CMYK chart
      #40dabb RGB pie chart
      #40dabb color shades, tints & tones
#40dabb color schemes
#40dabb color preview, HTML & CSS examples
           This text has a color of #40dabb        
        
          <p style="color:#40dabb;">Text here</p>
        
        
          .mytext {color:#40dabb;}
        
        Text color #40dabb
      
           This box has a color of #40dabb        
        
          <div style="background-color:#40dabb;">Content here</div>
        
        
          .mybackground {background-color:#40dabb;}
        
        Background color #40dabb
      
           Border around this has a color of #40dabb        
        
          <div style="border:2px solid #40dabb;">Content here</div>
        
        
          .myborder {border:2px solid #40dabb;}
        
        Border color #40dabb