Shades of Turquoise #29DAE9
Tints of Turquoise #29DAE9
RGB
CMYK
RGB Variations
Color information
#29DAE9 (or 0x29DAE9) is known color: Turquoise. HEX triplet: 29, DA and E9. RGB value is (41,218,233). Sum of RGB (Red+Green+Blue) = 41+218+233=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #29DAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DAE9 is #D62516. Grayscale: #A6A6A6. Windows color (decimal): -14034199 or 15325737. OLE color: 15325737.
HSL color Cylindrical-coordinate representation of color #29DAE9: hue angle of 184.69º 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 #29DAE9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 218 | 233 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.09 |
| HSL | 184.69º | 0.81% | 0.54% | - |
| HSV(B) | 184.69º | 0.82% | 0.91% | - |
| XYZ | 40.69 | 56.5 | 85.85 | - |
| YUV | 166.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 233 | 0.82 | 0.06 | 0 | 0.09 | 184.69 | 0.81 | 0.54 |
| Hex | 29 | DA | E9 | 52 | 6 | 0 | 9 | B9 | 51 | 36 |
| Octal | 51 | 332 | 351 | 122 | 6 | 0 | 11 | 271 | 121 | 66 |
| Binary | 101001 | 11011010 | 11101001 | 1010010 | 110 | 0 | 1001 | 10111001 | 1010001 | 110110 |
Color Harmonies of #29DAE9
Complementary color
Monochromatic Colors of #29DAE9
Black with #29DAE9
Text Example
Text Example
White with #29DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DAE9; }
p { color: rgb(41,218,233); }
H1.HeaderClassName
{
color: #29DAE9;
}
.AnyTagClassName
{
color: #29DAE9;
}
</style>
background-color css
<style>
a { background-color: #29DAE9; }
a { background-color: rgb(41,218,233); }
div.DivClassName
{
background-color: #29DAE9;
}
.BgClassName
{
background-color: #29DAE9;
}
</style>
border-color css
<style>
span { border-color: #29DAE9; }
span { border-color: rgb(41,218,233); }
td.TdClassName
{
border-color: #29DAE9;
}
.TagClassName
{
border-color: #29DAE9;
}
</style>