Shades of Turquoise #29D2C6
Tints of Turquoise #29D2C6
RGB
CMYK
RGB Variations
Color information
#29D2C6 (or 0x29D2C6) is known color: Turquoise. HEX triplet: 29, D2 and C6. RGB value is (41,210,198). Sum of RGB (Red+Green+Blue) = 41+210+198=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D2C6 is #D62D39. Grayscale: #9D9D9D. Windows color (decimal): -14036282 or 13029929. OLE color: 13029929.
HSL color Cylindrical-coordinate representation of color #29D2C6: hue angle of 175.74º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D2C6 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 210 | 198 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.18 |
| HSL | 175.74º | 0.67% | 0.49% | - |
| HSV(B) | 175.74º | 0.8% | 0.82% | - |
| XYZ | 34.15 | 50.64 | 61.4 | - |
| YUV | 158.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 198 | 0.80 | 0 | 0.06 | 0.18 | 175.74 | 0.67 | 0.49 |
| Hex | 29 | D2 | C6 | 50 | 0 | 6 | 12 | B0 | 43 | 31 |
| Octal | 51 | 322 | 306 | 120 | 0 | 6 | 22 | 260 | 103 | 61 |
| Binary | 101001 | 11010010 | 11000110 | 1010000 | 0 | 110 | 10010 | 10110000 | 1000011 | 110001 |
Color Harmonies of #29D2C6
Complementary color
Monochromatic Colors of #29D2C6
Black with #29D2C6
Text Example
Text Example
White with #29D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2C6; }
p { color: rgb(41,210,198); }
H1.HeaderClassName
{
color: #29D2C6;
}
.AnyTagClassName
{
color: #29D2C6;
}
</style>
background-color css
<style>
a { background-color: #29D2C6; }
a { background-color: rgb(41,210,198); }
div.DivClassName
{
background-color: #29D2C6;
}
.BgClassName
{
background-color: #29D2C6;
}
</style>
border-color css
<style>
span { border-color: #29D2C6; }
span { border-color: rgb(41,210,198); }
td.TdClassName
{
border-color: #29D2C6;
}
.TagClassName
{
border-color: #29D2C6;
}
</style>