Shades of Turquoise #29D9E5
Tints of Turquoise #29D9E5
RGB
CMYK
RGB Variations
Color information
#29D9E5 (or 0x29D9E5) is known color: Turquoise. HEX triplet: 29, D9 and E5. RGB value is (41,217,229). Sum of RGB (Red+Green+Blue) = 41+217+229=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #29D9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D9E5 is #D6261A. Grayscale: #A5A5A5. Windows color (decimal): -14034459 or 15063337. OLE color: 15063337.
HSL color Cylindrical-coordinate representation of color #29D9E5: hue angle of 183.83º 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 #29D9E5 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 217 | 229 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.10 |
| HSL | 183.83º | 0.78% | 0.53% | - |
| HSV(B) | 183.83º | 0.82% | 0.9% | - |
| XYZ | 39.87 | 55.75 | 82.79 | - |
| YUV | 165.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 229 | 0.82 | 0.05 | 0 | 0.10 | 183.83 | 0.78 | 0.53 |
| Hex | 29 | D9 | E5 | 52 | 5 | 0 | A | B8 | 4E | 35 |
| Octal | 51 | 331 | 345 | 122 | 5 | 0 | 12 | 270 | 116 | 65 |
| Binary | 101001 | 11011001 | 11100101 | 1010010 | 101 | 0 | 1010 | 10111000 | 1001110 | 110101 |
Color Harmonies of #29D9E5
Complementary color
Monochromatic Colors of #29D9E5
Black with #29D9E5
Text Example
Text Example
White with #29D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D9E5; }
p { color: rgb(41,217,229); }
H1.HeaderClassName
{
color: #29D9E5;
}
.AnyTagClassName
{
color: #29D9E5;
}
</style>
background-color css
<style>
a { background-color: #29D9E5; }
a { background-color: rgb(41,217,229); }
div.DivClassName
{
background-color: #29D9E5;
}
.BgClassName
{
background-color: #29D9E5;
}
</style>
border-color css
<style>
span { border-color: #29D9E5; }
span { border-color: rgb(41,217,229); }
td.TdClassName
{
border-color: #29D9E5;
}
.TagClassName
{
border-color: #29D9E5;
}
</style>