Shades of Turquoise #29E8BF
Tints of Turquoise #29E8BF
RGB
CMYK
RGB Variations
Color information
#29E8BF (or 0x29E8BF) is known color: Turquoise. HEX triplet: 29, E8 and BF. RGB value is (41,232,191). Sum of RGB (Red+Green+Blue) = 41+232+191=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8BF is #D61740. Grayscale: #AAAAAA. Windows color (decimal): -14030657 or 12576809. OLE color: 12576809.
HSL color Cylindrical-coordinate representation of color #29E8BF: hue angle of 167.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E8BF is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 232 | 191 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.09 |
| HSL | 167.12º | 0.81% | 0.54% | - |
| HSV(B) | 167.12º | 0.82% | 0.91% | - |
| XYZ | 39.18 | 61.95 | 59.18 | - |
| YUV | 170.22 | 139.72 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 232 | 191 | 0.82 | 0 | 0.18 | 0.09 | 167.12 | 0.81 | 0.54 |
| Hex | 29 | E8 | BF | 52 | 0 | 12 | 9 | A7 | 51 | 36 |
| Octal | 51 | 350 | 277 | 122 | 0 | 22 | 11 | 247 | 121 | 66 |
| Binary | 101001 | 11101000 | 10111111 | 1010010 | 0 | 10010 | 1001 | 10100111 | 1010001 | 110110 |
Color Harmonies of #29E8BF
Complementary color
Monochromatic Colors of #29E8BF
Black with #29E8BF
Text Example
Text Example
White with #29E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E8BF; }
p { color: rgb(41,232,191); }
H1.HeaderClassName
{
color: #29E8BF;
}
.AnyTagClassName
{
color: #29E8BF;
}
</style>
background-color css
<style>
a { background-color: #29E8BF; }
a { background-color: rgb(41,232,191); }
div.DivClassName
{
background-color: #29E8BF;
}
.BgClassName
{
background-color: #29E8BF;
}
</style>
border-color css
<style>
span { border-color: #29E8BF; }
span { border-color: rgb(41,232,191); }
td.TdClassName
{
border-color: #29E8BF;
}
.TagClassName
{
border-color: #29E8BF;
}
</style>