Shades of Turquoise #29E3E5
Tints of Turquoise #29E3E5
RGB
CMYK
RGB Variations
Color information
#29E3E5 (or 0x29E3E5) is known color: Turquoise. HEX triplet: 29, E3 and E5. RGB value is (41,227,229). Sum of RGB (Red+Green+Blue) = 41+227+229=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #29E3E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E3E5 is #D61C1A. Grayscale: #ABABAB. Windows color (decimal): -14031899 or 15065897. OLE color: 15065897.
HSL color Cylindrical-coordinate representation of color #29E3E5: hue angle of 180.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E3E5 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 227 | 229 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.10 |
| HSL | 180.64º | 0.78% | 0.53% | - |
| HSV(B) | 180.64º | 0.82% | 0.9% | - |
| XYZ | 42.53 | 61.07 | 83.67 | - |
| YUV | 171.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 227 | 229 | 0.82 | 0.01 | 0 | 0.10 | 180.64 | 0.78 | 0.53 |
| Hex | 29 | E3 | E5 | 52 | 1 | 0 | A | B5 | 4E | 35 |
| Octal | 51 | 343 | 345 | 122 | 1 | 0 | 12 | 265 | 116 | 65 |
| Binary | 101001 | 11100011 | 11100101 | 1010010 | 1 | 0 | 1010 | 10110101 | 1001110 | 110101 |
Color Harmonies of #29E3E5
Complementary color
Monochromatic Colors of #29E3E5
Black with #29E3E5
Text Example
Text Example
White with #29E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E3E5; }
p { color: rgb(41,227,229); }
H1.HeaderClassName
{
color: #29E3E5;
}
.AnyTagClassName
{
color: #29E3E5;
}
</style>
background-color css
<style>
a { background-color: #29E3E5; }
a { background-color: rgb(41,227,229); }
div.DivClassName
{
background-color: #29E3E5;
}
.BgClassName
{
background-color: #29E3E5;
}
</style>
border-color css
<style>
span { border-color: #29E3E5; }
span { border-color: rgb(41,227,229); }
td.TdClassName
{
border-color: #29E3E5;
}
.TagClassName
{
border-color: #29E3E5;
}
</style>