#40dfec color space conversions
Hex:
        #40dfec
        RGB:
        64, 223, 236
        CMY:
        75, 13, 7
        CMYK:
        73, 6, 0, 7
      HSL:
        185°, 81.9048%, 58.8235%
        HSV (HSB):
        185°, 72.8814%, 92.5490%
        XYZ:
        43.6424, 59.9215, 88.6227
        xyY:
        0.2271, 0.3118, 59.9215
      CIE-Lab:
        81.7955, -35.7935, -18.1218
        CIE-LCH:
        81.7955, 40.1195, 206.8524
        CIE-Luv:
        81.7955, -56.7489, -23.4194
        Hunter-Lab:
        77.4090, -34.8293, -13.6927
      #40dfec color charts
#40dfec RGB chart
      #40dfec CMYK chart
      #40dfec RGB pie chart
      #40dfec color shades, tints & tones
#40dfec color schemes
#40dfec color preview, HTML & CSS examples
           This text has a color of #40dfec        
        
          <p style="color:#40dfec;">Text here</p>
        
        
          .mytext {color:#40dfec;}
        
        Text color #40dfec
      
           This box has a color of #40dfec        
        
          <div style="background-color:#40dfec;">Content here</div>
        
        
          .mybackground {background-color:#40dfec;}
        
        Background color #40dfec
      
           Border around this has a color of #40dfec        
        
          <div style="border:2px solid #40dfec;">Content here</div>
        
        
          .myborder {border:2px solid #40dfec;}
        
        Border color #40dfec