Shades of Turquoise #29DCBD
Tints of Turquoise #29DCBD
RGB
CMYK
RGB Variations
Color information
#29DCBD (or 0x29DCBD) is known color: Turquoise. HEX triplet: 29, DC and BD. RGB value is (41,220,189). Sum of RGB (Red+Green+Blue) = 41+220+189=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBD is #D62342. Grayscale: #A2A2A2. Windows color (decimal): -14033731 or 12442665. OLE color: 12442665.
HSL color Cylindrical-coordinate representation of color #29DCBD: hue angle of 169.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCBD is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 189 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.14 |
| HSL | 169.61º | 0.72% | 0.51% | - |
| HSV(B) | 169.61º | 0.81% | 0.86% | - |
| XYZ | 35.69 | 55.33 | 56.94 | - |
| YUV | 162.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 189 | 0.81 | 0 | 0.14 | 0.14 | 169.61 | 0.72 | 0.51 |
| Hex | 29 | DC | BD | 51 | 0 | E | E | AA | 48 | 33 |
| Octal | 51 | 334 | 275 | 121 | 0 | 16 | 16 | 252 | 110 | 63 |
| Binary | 101001 | 11011100 | 10111101 | 1010001 | 0 | 1110 | 1110 | 10101010 | 1001000 | 110011 |
Color Harmonies of #29DCBD
Complementary color
Monochromatic Colors of #29DCBD
Black with #29DCBD
Text Example
Text Example
White with #29DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCBD; }
p { color: rgb(41,220,189); }
H1.HeaderClassName
{
color: #29DCBD;
}
.AnyTagClassName
{
color: #29DCBD;
}
</style>
background-color css
<style>
a { background-color: #29DCBD; }
a { background-color: rgb(41,220,189); }
div.DivClassName
{
background-color: #29DCBD;
}
.BgClassName
{
background-color: #29DCBD;
}
</style>
border-color css
<style>
span { border-color: #29DCBD; }
span { border-color: rgb(41,220,189); }
td.TdClassName
{
border-color: #29DCBD;
}
.TagClassName
{
border-color: #29DCBD;
}
</style>