Shades of Turquoise #29EABB
Tints of Turquoise #29EABB
RGB
CMYK
RGB Variations
Color information
#29EABB (or 0x29EABB) is known color: Turquoise. HEX triplet: 29, EA and BB. RGB value is (41,234,187). Sum of RGB (Red+Green+Blue) = 41+234+187=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #29EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EABB is #D61544. Grayscale: #AAAAAA. Windows color (decimal): -14030149 or 12315177. OLE color: 12315177.
HSL color Cylindrical-coordinate representation of color #29EABB: hue angle of 165.39º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29EABB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 234 | 187 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.08 |
| HSL | 165.39º | 0.82% | 0.54% | - |
| HSV(B) | 165.39º | 0.82% | 0.92% | - |
| XYZ | 39.31 | 62.9 | 57.08 | - |
| YUV | 170.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 234 | 187 | 0.82 | 0 | 0.20 | 0.08 | 165.39 | 0.82 | 0.54 |
| Hex | 29 | EA | BB | 52 | 0 | 14 | 8 | A5 | 52 | 36 |
| Octal | 51 | 352 | 273 | 122 | 0 | 24 | 10 | 245 | 122 | 66 |
| Binary | 101001 | 11101010 | 10111011 | 1010010 | 0 | 10100 | 1000 | 10100101 | 1010010 | 110110 |
Color Harmonies of #29EABB
Complementary color
Monochromatic Colors of #29EABB
Black with #29EABB
Text Example
Text Example
White with #29EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EABB; }
p { color: rgb(41,234,187); }
H1.HeaderClassName
{
color: #29EABB;
}
.AnyTagClassName
{
color: #29EABB;
}
</style>
background-color css
<style>
a { background-color: #29EABB; }
a { background-color: rgb(41,234,187); }
div.DivClassName
{
background-color: #29EABB;
}
.BgClassName
{
background-color: #29EABB;
}
</style>
border-color css
<style>
span { border-color: #29EABB; }
span { border-color: rgb(41,234,187); }
td.TdClassName
{
border-color: #29EABB;
}
.TagClassName
{
border-color: #29EABB;
}
</style>