Shades of Turquoise #29DCBF
Tints of Turquoise #29DCBF
RGB
CMYK
RGB Variations
Color information
#29DCBF (or 0x29DCBF) is known color: Turquoise. HEX triplet: 29, DC and BF. RGB value is (41,220,191). Sum of RGB (Red+Green+Blue) = 41+220+191=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBF is #D62340. Grayscale: #A3A3A3. Windows color (decimal): -14033729 or 12573737. OLE color: 12573737.
HSL color Cylindrical-coordinate representation of color #29DCBF: hue angle of 170.28º 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 #29DCBF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 191 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.14 |
| HSL | 170.28º | 0.72% | 0.51% | - |
| HSV(B) | 170.28º | 0.81% | 0.86% | - |
| XYZ | 35.91 | 55.42 | 58.09 | - |
| YUV | 163.17 | 143.7 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 191 | 0.81 | 0 | 0.13 | 0.14 | 170.28 | 0.72 | 0.51 |
| Hex | 29 | DC | BF | 51 | 0 | D | E | AA | 48 | 33 |
| Octal | 51 | 334 | 277 | 121 | 0 | 15 | 16 | 252 | 110 | 63 |
| Binary | 101001 | 11011100 | 10111111 | 1010001 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110011 |
Color Harmonies of #29DCBF
Complementary color
Monochromatic Colors of #29DCBF
Black with #29DCBF
Text Example
Text Example
White with #29DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCBF; }
p { color: rgb(41,220,191); }
H1.HeaderClassName
{
color: #29DCBF;
}
.AnyTagClassName
{
color: #29DCBF;
}
</style>
background-color css
<style>
a { background-color: #29DCBF; }
a { background-color: rgb(41,220,191); }
div.DivClassName
{
background-color: #29DCBF;
}
.BgClassName
{
background-color: #29DCBF;
}
</style>
border-color css
<style>
span { border-color: #29DCBF; }
span { border-color: rgb(41,220,191); }
td.TdClassName
{
border-color: #29DCBF;
}
.TagClassName
{
border-color: #29DCBF;
}
</style>