#29dcda color space conversions
Hex:
        #29dcda
        RGB:
        41, 220, 218
        CMY:
        84, 14, 15
        CMYK:
        81, 0, 1, 14
      HSL:
        179°, 71.8876%, 51.1765%
        HSV (HSB):
        179°, 81.3636%, 86.2745%
        XYZ:
        39.1625, 56.7198, 75.2136
        xyY:
        0.2289, 0.3315, 56.7198
      CIE-Lab:
        80.0217, -41.8257, -11.2425
        CIE-LCH:
        80.0217, 43.3103, 195.0452
        CIE-Luv:
        80.0217, -59.7350, -11.1880
        Hunter-Lab:
        75.3125, -38.9769, -6.4933
      #29dcda color charts
#29dcda RGB chart
      #29dcda CMYK chart
      #29dcda RGB pie chart
      #29dcda color shades, tints & tones
#29dcda color schemes
#29dcda color preview, HTML & CSS examples
           This text has a color of #29dcda        
        
          <p style="color:#29dcda;">Text here</p>
        
        
          .mytext {color:#29dcda;}
        
        Text color #29dcda
      
           This box has a color of #29dcda        
        
          <div style="background-color:#29dcda;">Content here</div>
        
        
          .mybackground {background-color:#29dcda;}
        
        Background color #29dcda
      
           Border around this has a color of #29dcda        
        
          <div style="border:2px solid #29dcda;">Content here</div>
        
        
          .myborder {border:2px solid #29dcda;}
        
        Border color #29dcda