Shades of Turquoise #29E8BD
Tints of Turquoise #29E8BD
RGB
CMYK
RGB Variations
Color information
#29E8BD (or 0x29E8BD) is known color: Turquoise. HEX triplet: 29, E8 and BD. RGB value is (41,232,189). Sum of RGB (Red+Green+Blue) = 41+232+189=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8BD is #D61742. Grayscale: #A9A9A9. Windows color (decimal): -14030659 or 12445737. OLE color: 12445737.
HSL color Cylindrical-coordinate representation of color #29E8BD: hue angle of 166.49º 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 #29E8BD is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 232 | 189 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.09 |
| HSL | 166.49º | 0.81% | 0.54% | - |
| HSV(B) | 166.49º | 0.82% | 0.91% | - |
| XYZ | 38.96 | 61.86 | 58.03 | - |
| YUV | 169.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 232 | 189 | 0.82 | 0 | 0.19 | 0.09 | 166.49 | 0.81 | 0.54 |
| Hex | 29 | E8 | BD | 52 | 0 | 13 | 9 | A6 | 51 | 36 |
| Octal | 51 | 350 | 275 | 122 | 0 | 23 | 11 | 246 | 121 | 66 |
| Binary | 101001 | 11101000 | 10111101 | 1010010 | 0 | 10011 | 1001 | 10100110 | 1010001 | 110110 |
Color Harmonies of #29E8BD
Complementary color
Monochromatic Colors of #29E8BD
Black with #29E8BD
Text Example
Text Example
White with #29E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E8BD; }
p { color: rgb(41,232,189); }
H1.HeaderClassName
{
color: #29E8BD;
}
.AnyTagClassName
{
color: #29E8BD;
}
</style>
background-color css
<style>
a { background-color: #29E8BD; }
a { background-color: rgb(41,232,189); }
div.DivClassName
{
background-color: #29E8BD;
}
.BgClassName
{
background-color: #29E8BD;
}
</style>
border-color css
<style>
span { border-color: #29E8BD; }
span { border-color: rgb(41,232,189); }
td.TdClassName
{
border-color: #29E8BD;
}
.TagClassName
{
border-color: #29E8BD;
}
</style>