Shades of Turquoise #29DEC0
Tints of Turquoise #29DEC0
RGB
CMYK
RGB Variations
Color information
#29DEC0 (or 0x29DEC0) is known color: Turquoise. HEX triplet: 29, DE and C0. RGB value is (41,222,192). Sum of RGB (Red+Green+Blue) = 41+222+192=455 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.01% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEC0 is #D6213F. Grayscale: #A4A4A4. Windows color (decimal): -14033216 or 12639785. OLE color: 12639785.
HSL color Cylindrical-coordinate representation of color #29DEC0: hue angle of 170.06º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEC0 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 222 | 192 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.13 |
| HSL | 170.06º | 0.73% | 0.52% | - |
| HSV(B) | 170.06º | 0.82% | 0.87% | - |
| XYZ | 36.55 | 56.52 | 58.85 | - |
| YUV | 164.46 | 143.53 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 222 | 192 | 0.82 | 0 | 0.14 | 0.13 | 170.06 | 0.73 | 0.52 |
| Hex | 29 | DE | C0 | 52 | 0 | E | D | AA | 49 | 34 |
| Octal | 51 | 336 | 300 | 122 | 0 | 16 | 15 | 252 | 111 | 64 |
| Binary | 101001 | 11011110 | 11000000 | 1010010 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110100 |
Color Harmonies of #29DEC0
Complementary color
Monochromatic Colors of #29DEC0
Black with #29DEC0
Text Example
Text Example
White with #29DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DEC0; }
p { color: rgb(41,222,192); }
H1.HeaderClassName
{
color: #29DEC0;
}
.AnyTagClassName
{
color: #29DEC0;
}
</style>
background-color css
<style>
a { background-color: #29DEC0; }
a { background-color: rgb(41,222,192); }
div.DivClassName
{
background-color: #29DEC0;
}
.BgClassName
{
background-color: #29DEC0;
}
</style>
border-color css
<style>
span { border-color: #29DEC0; }
span { border-color: rgb(41,222,192); }
td.TdClassName
{
border-color: #29DEC0;
}
.TagClassName
{
border-color: #29DEC0;
}
</style>