Shades of Turquoise #29DAE8
Tints of Turquoise #29DAE8
RGB
CMYK
RGB Variations
Color information
#29DAE8 (or 0x29DAE8) is known color: Turquoise. HEX triplet: 29, DA and E8. RGB value is (41,218,232). Sum of RGB (Red+Green+Blue) = 41+218+232=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #29DAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DAE8 is #D62517. Grayscale: #A6A6A6. Windows color (decimal): -14034200 or 15260201. OLE color: 15260201.
HSL color Cylindrical-coordinate representation of color #29DAE8: hue angle of 184.4º 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 #29DAE8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 218 | 232 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.09 |
| HSL | 184.4º | 0.81% | 0.54% | - |
| HSV(B) | 184.4º | 0.82% | 0.91% | - |
| XYZ | 40.55 | 56.44 | 85.1 | - |
| YUV | 166.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 232 | 0.82 | 0.06 | 0 | 0.09 | 184.4 | 0.81 | 0.54 |
| Hex | 29 | DA | E8 | 52 | 6 | 0 | 9 | B8 | 51 | 36 |
| Octal | 51 | 332 | 350 | 122 | 6 | 0 | 11 | 270 | 121 | 66 |
| Binary | 101001 | 11011010 | 11101000 | 1010010 | 110 | 0 | 1001 | 10111000 | 1010001 | 110110 |
Color Harmonies of #29DAE8
Complementary color
Monochromatic Colors of #29DAE8
Black with #29DAE8
Text Example
Text Example
White with #29DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DAE8; }
p { color: rgb(41,218,232); }
H1.HeaderClassName
{
color: #29DAE8;
}
.AnyTagClassName
{
color: #29DAE8;
}
</style>
background-color css
<style>
a { background-color: #29DAE8; }
a { background-color: rgb(41,218,232); }
div.DivClassName
{
background-color: #29DAE8;
}
.BgClassName
{
background-color: #29DAE8;
}
</style>
border-color css
<style>
span { border-color: #29DAE8; }
span { border-color: rgb(41,218,232); }
td.TdClassName
{
border-color: #29DAE8;
}
.TagClassName
{
border-color: #29DAE8;
}
</style>