Shades of Turquoise #29EACF
Tints of Turquoise #29EACF
RGB
CMYK
RGB Variations
Color information
#29EACF (or 0x29EACF) is known color: Turquoise. HEX triplet: 29, EA and CF. RGB value is (41,234,207). Sum of RGB (Red+Green+Blue) = 41+234+207=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #29EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EACF is #D61530. Grayscale: #ADADAD. Windows color (decimal): -14030129 or 13625897. OLE color: 13625897.
HSL color Cylindrical-coordinate representation of color #29EACF: hue angle of 171.61º 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 #29EACF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 234 | 207 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 171.61º | 0.82% | 0.54% | - |
| HSV(B) | 171.61º | 0.82% | 0.92% | - |
| XYZ | 41.6 | 63.82 | 69.16 | - |
| YUV | 173.22 | 147.06 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 234 | 207 | 0.82 | 0 | 0.12 | 0.08 | 171.61 | 0.82 | 0.54 |
| Hex | 29 | EA | CF | 52 | 0 | C | 8 | AC | 52 | 36 |
| Octal | 51 | 352 | 317 | 122 | 0 | 14 | 10 | 254 | 122 | 66 |
| Binary | 101001 | 11101010 | 11001111 | 1010010 | 0 | 1100 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #29EACF
Complementary color
Monochromatic Colors of #29EACF
Black with #29EACF
Text Example
Text Example
White with #29EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EACF; }
p { color: rgb(41,234,207); }
H1.HeaderClassName
{
color: #29EACF;
}
.AnyTagClassName
{
color: #29EACF;
}
</style>
background-color css
<style>
a { background-color: #29EACF; }
a { background-color: rgb(41,234,207); }
div.DivClassName
{
background-color: #29EACF;
}
.BgClassName
{
background-color: #29EACF;
}
</style>
border-color css
<style>
span { border-color: #29EACF; }
span { border-color: rgb(41,234,207); }
td.TdClassName
{
border-color: #29EACF;
}
.TagClassName
{
border-color: #29EACF;
}
</style>