Shades of Turquoise #29EBDD
Tints of Turquoise #29EBDD
RGB
CMYK
RGB Variations
Color information
#29EBDD (or 0x29EBDD) is known color: Turquoise. HEX triplet: 29, EB and DD. RGB value is (41,235,221). Sum of RGB (Red+Green+Blue) = 41+235+221=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #29EBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EBDD is #D61422. Grayscale: #AFAFAF. Windows color (decimal): -14029859 or 14543657. OLE color: 14543657.
HSL color Cylindrical-coordinate representation of color #29EBDD: hue angle of 175.67º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EBDD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 235 | 221 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.08 |
| HSL | 175.67º | 0.83% | 0.54% | - |
| HSV(B) | 175.67º | 0.83% | 0.92% | - |
| XYZ | 43.67 | 65.11 | 78.67 | - |
| YUV | 175.4 | 153.73 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 235 | 221 | 0.83 | 0 | 0.06 | 0.08 | 175.67 | 0.83 | 0.54 |
| Hex | 29 | EB | DD | 53 | 0 | 6 | 8 | B0 | 53 | 36 |
| Octal | 51 | 353 | 335 | 123 | 0 | 6 | 10 | 260 | 123 | 66 |
| Binary | 101001 | 11101011 | 11011101 | 1010011 | 0 | 110 | 1000 | 10110000 | 1010011 | 110110 |
Color Harmonies of #29EBDD
Complementary color
Monochromatic Colors of #29EBDD
Black with #29EBDD
Text Example
Text Example
White with #29EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EBDD; }
p { color: rgb(41,235,221); }
H1.HeaderClassName
{
color: #29EBDD;
}
.AnyTagClassName
{
color: #29EBDD;
}
</style>
background-color css
<style>
a { background-color: #29EBDD; }
a { background-color: rgb(41,235,221); }
div.DivClassName
{
background-color: #29EBDD;
}
.BgClassName
{
background-color: #29EBDD;
}
</style>
border-color css
<style>
span { border-color: #29EBDD; }
span { border-color: rgb(41,235,221); }
td.TdClassName
{
border-color: #29EBDD;
}
.TagClassName
{
border-color: #29EBDD;
}
</style>