Shades of Turquoise #29E9BA
Tints of Turquoise #29E9BA
RGB
CMYK
RGB Variations
Color information
#29E9BA (or 0x29E9BA) is known color: Turquoise. HEX triplet: 29, E9 and BA. RGB value is (41,233,186). Sum of RGB (Red+Green+Blue) = 41+233+186=460 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.91% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #29E9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E9BA is #D61645. Grayscale: #AAAAAA. Windows color (decimal): -14030406 or 12249385. OLE color: 12249385.
HSL color Cylindrical-coordinate representation of color #29E9BA: hue angle of 165.31º 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 #29E9BA is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 233 | 186 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.09 |
| HSL | 165.31º | 0.81% | 0.54% | - |
| HSV(B) | 165.31º | 0.82% | 0.91% | - |
| XYZ | 38.92 | 62.29 | 56.43 | - |
| YUV | 170.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 233 | 186 | 0.82 | 0 | 0.20 | 0.09 | 165.31 | 0.81 | 0.54 |
| Hex | 29 | E9 | BA | 52 | 0 | 14 | 9 | A5 | 51 | 36 |
| Octal | 51 | 351 | 272 | 122 | 0 | 24 | 11 | 245 | 121 | 66 |
| Binary | 101001 | 11101001 | 10111010 | 1010010 | 0 | 10100 | 1001 | 10100101 | 1010001 | 110110 |
Color Harmonies of #29E9BA
Complementary color
Monochromatic Colors of #29E9BA
Black with #29E9BA
Text Example
Text Example
White with #29E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E9BA; }
p { color: rgb(41,233,186); }
H1.HeaderClassName
{
color: #29E9BA;
}
.AnyTagClassName
{
color: #29E9BA;
}
</style>
background-color css
<style>
a { background-color: #29E9BA; }
a { background-color: rgb(41,233,186); }
div.DivClassName
{
background-color: #29E9BA;
}
.BgClassName
{
background-color: #29E9BA;
}
</style>
border-color css
<style>
span { border-color: #29E9BA; }
span { border-color: rgb(41,233,186); }
td.TdClassName
{
border-color: #29E9BA;
}
.TagClassName
{
border-color: #29E9BA;
}
</style>