Shades of Turquoise #29DEDC
Tints of Turquoise #29DEDC
RGB
CMYK
RGB Variations
Color information
#29DEDC (or 0x29DEDC) is known color: Turquoise. HEX triplet: 29, DE and DC. RGB value is (41,222,220). Sum of RGB (Red+Green+Blue) = 41+222+220=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEDC is #D62123. Grayscale: #A7A7A7. Windows color (decimal): -14033188 or 14474793. OLE color: 14474793.
HSL color Cylindrical-coordinate representation of color #29DEDC: hue angle of 179.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEDC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 222 | 220 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.13 |
| HSL | 179.34º | 0.73% | 0.52% | - |
| HSV(B) | 179.34º | 0.82% | 0.87% | - |
| XYZ | 39.95 | 57.88 | 76.78 | - |
| YUV | 167.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 222 | 220 | 0.82 | 0 | 0.01 | 0.13 | 179.34 | 0.73 | 0.52 |
| Hex | 29 | DE | DC | 52 | 0 | 1 | D | B3 | 49 | 34 |
| Octal | 51 | 336 | 334 | 122 | 0 | 1 | 15 | 263 | 111 | 64 |
| Binary | 101001 | 11011110 | 11011100 | 1010010 | 0 | 1 | 1101 | 10110011 | 1001001 | 110100 |
Color Harmonies of #29DEDC
Complementary color
Monochromatic Colors of #29DEDC
Black with #29DEDC
Text Example
Text Example
White with #29DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DEDC; }
p { color: rgb(41,222,220); }
H1.HeaderClassName
{
color: #29DEDC;
}
.AnyTagClassName
{
color: #29DEDC;
}
</style>
background-color css
<style>
a { background-color: #29DEDC; }
a { background-color: rgb(41,222,220); }
div.DivClassName
{
background-color: #29DEDC;
}
.BgClassName
{
background-color: #29DEDC;
}
</style>
border-color css
<style>
span { border-color: #29DEDC; }
span { border-color: rgb(41,222,220); }
td.TdClassName
{
border-color: #29DEDC;
}
.TagClassName
{
border-color: #29DEDC;
}
</style>