Shades of Turquoise #29E9C1
Tints of Turquoise #29E9C1
RGB
CMYK
RGB Variations
Color information
#29E9C1 (or 0x29E9C1) is known color: Turquoise. HEX triplet: 29, E9 and C1. RGB value is (41,233,193). Sum of RGB (Red+Green+Blue) = 41+233+193=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #29E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E9C1 is #D6163E. Grayscale: #ABABAB. Windows color (decimal): -14030399 or 12708137. OLE color: 12708137.
HSL color Cylindrical-coordinate representation of color #29E9C1: hue angle of 167.5º 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 #29E9C1 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 233 | 193 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.09 |
| HSL | 167.5º | 0.81% | 0.54% | - |
| HSV(B) | 167.5º | 0.82% | 0.91% | - |
| XYZ | 39.68 | 62.6 | 60.44 | - |
| YUV | 171.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 233 | 193 | 0.82 | 0 | 0.17 | 0.09 | 167.5 | 0.81 | 0.54 |
| Hex | 29 | E9 | C1 | 52 | 0 | 11 | 9 | A8 | 51 | 36 |
| Octal | 51 | 351 | 301 | 122 | 0 | 21 | 11 | 250 | 121 | 66 |
| Binary | 101001 | 11101001 | 11000001 | 1010010 | 0 | 10001 | 1001 | 10101000 | 1010001 | 110110 |
Color Harmonies of #29E9C1
Complementary color
Monochromatic Colors of #29E9C1
Black with #29E9C1
Text Example
Text Example
White with #29E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E9C1; }
p { color: rgb(41,233,193); }
H1.HeaderClassName
{
color: #29E9C1;
}
.AnyTagClassName
{
color: #29E9C1;
}
</style>
background-color css
<style>
a { background-color: #29E9C1; }
a { background-color: rgb(41,233,193); }
div.DivClassName
{
background-color: #29E9C1;
}
.BgClassName
{
background-color: #29E9C1;
}
</style>
border-color css
<style>
span { border-color: #29E9C1; }
span { border-color: rgb(41,233,193); }
td.TdClassName
{
border-color: #29E9C1;
}
.TagClassName
{
border-color: #29E9C1;
}
</style>