#40dbec color space conversions
Hex:
        #40dbec
        RGB:
        64, 219, 236
        CMY:
        75, 14, 7
        CMYK:
        73, 7, 0, 7
      HSL:
        186°, 81.9048%, 58.8235%
        HSV (HSB):
        186°, 72.8814%, 92.5490%
        XYZ:
        42.5862, 57.8092, 88.2706
        xyY:
        0.2257, 0.3064, 57.8092
      CIE-Lab:
        80.6326, -33.9181, -19.8792
        CIE-LCH:
        80.6326, 39.3143, 210.3743
        CIE-Luv:
        80.6326, -55.3548, -26.5909
        Hunter-Lab:
        76.0323, -33.0776, -15.6108
      #40dbec color charts
#40dbec RGB chart
      #40dbec CMYK chart
      #40dbec RGB pie chart
      #40dbec color shades, tints & tones
#40dbec color schemes
#40dbec color preview, HTML & CSS examples
           This text has a color of #40dbec        
        
          <p style="color:#40dbec;">Text here</p>
        
        
          .mytext {color:#40dbec;}
        
        Text color #40dbec
      
           This box has a color of #40dbec        
        
          <div style="background-color:#40dbec;">Content here</div>
        
        
          .mybackground {background-color:#40dbec;}
        
        Background color #40dbec
      
           Border around this has a color of #40dbec        
        
          <div style="border:2px solid #40dbec;">Content here</div>
        
        
          .myborder {border:2px solid #40dbec;}
        
        Border color #40dbec