Shades of Turquoise #29DEE5
Tints of Turquoise #29DEE5
RGB
CMYK
RGB Variations
Color information
#29DEE5 (or 0x29DEE5) is known color: Turquoise. HEX triplet: 29, DE and E5. RGB value is (41,222,229). Sum of RGB (Red+Green+Blue) = 41+222+229=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #29DEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEE5 is #D6211A. Grayscale: #A8A8A8. Windows color (decimal): -14033179 or 15064617. OLE color: 15064617.
HSL color Cylindrical-coordinate representation of color #29DEE5: hue angle of 182.23º 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 #29DEE5 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 222 | 229 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.10 |
| HSL | 182.23º | 0.78% | 0.53% | - |
| HSV(B) | 182.23º | 0.82% | 0.9% | - |
| XYZ | 41.18 | 58.37 | 83.23 | - |
| YUV | 168.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 222 | 229 | 0.82 | 0.03 | 0 | 0.10 | 182.23 | 0.78 | 0.53 |
| Hex | 29 | DE | E5 | 52 | 3 | 0 | A | B6 | 4E | 35 |
| Octal | 51 | 336 | 345 | 122 | 3 | 0 | 12 | 266 | 116 | 65 |
| Binary | 101001 | 11011110 | 11100101 | 1010010 | 11 | 0 | 1010 | 10110110 | 1001110 | 110101 |
Color Harmonies of #29DEE5
Complementary color
Monochromatic Colors of #29DEE5
Black with #29DEE5
Text Example
Text Example
White with #29DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DEE5; }
p { color: rgb(41,222,229); }
H1.HeaderClassName
{
color: #29DEE5;
}
.AnyTagClassName
{
color: #29DEE5;
}
</style>
background-color css
<style>
a { background-color: #29DEE5; }
a { background-color: rgb(41,222,229); }
div.DivClassName
{
background-color: #29DEE5;
}
.BgClassName
{
background-color: #29DEE5;
}
</style>
border-color css
<style>
span { border-color: #29DEE5; }
span { border-color: rgb(41,222,229); }
td.TdClassName
{
border-color: #29DEE5;
}
.TagClassName
{
border-color: #29DEE5;
}
</style>