Shades of Turquoise #29EACB
Tints of Turquoise #29EACB
RGB
CMYK
RGB Variations
Color information
#29EACB (or 0x29EACB) is known color: Turquoise. HEX triplet: 29, EA and CB. RGB value is (41,234,203). Sum of RGB (Red+Green+Blue) = 41+234+203=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #29EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EACB is #D61534. Grayscale: #ACACAC. Windows color (decimal): -14030133 or 13363753. OLE color: 13363753.
HSL color Cylindrical-coordinate representation of color #29EACB: hue angle of 170.36º 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 #29EACB is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 234 | 203 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.08 |
| HSL | 170.36º | 0.82% | 0.54% | - |
| HSV(B) | 170.36º | 0.82% | 0.92% | - |
| XYZ | 41.12 | 63.63 | 66.61 | - |
| YUV | 172.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 234 | 203 | 0.82 | 0 | 0.13 | 0.08 | 170.36 | 0.82 | 0.54 |
| Hex | 29 | EA | CB | 52 | 0 | D | 8 | AA | 52 | 36 |
| Octal | 51 | 352 | 313 | 122 | 0 | 15 | 10 | 252 | 122 | 66 |
| Binary | 101001 | 11101010 | 11001011 | 1010010 | 0 | 1101 | 1000 | 10101010 | 1010010 | 110110 |
Color Harmonies of #29EACB
Complementary color
Monochromatic Colors of #29EACB
Black with #29EACB
Text Example
Text Example
White with #29EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EACB; }
p { color: rgb(41,234,203); }
H1.HeaderClassName
{
color: #29EACB;
}
.AnyTagClassName
{
color: #29EACB;
}
</style>
background-color css
<style>
a { background-color: #29EACB; }
a { background-color: rgb(41,234,203); }
div.DivClassName
{
background-color: #29EACB;
}
.BgClassName
{
background-color: #29EACB;
}
</style>
border-color css
<style>
span { border-color: #29EACB; }
span { border-color: rgb(41,234,203); }
td.TdClassName
{
border-color: #29EACB;
}
.TagClassName
{
border-color: #29EACB;
}
</style>