Shades of Turquoise #29DCCD
Tints of Turquoise #29DCCD
RGB
CMYK
RGB Variations
Color information
#29DCCD (or 0x29DCCD) is known color: Turquoise. HEX triplet: 29, DC and CD. RGB value is (41,220,205). Sum of RGB (Red+Green+Blue) = 41+220+205=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCCD is #D62332. Grayscale: #A4A4A4. Windows color (decimal): -14033715 or 13491241. OLE color: 13491241.
HSL color Cylindrical-coordinate representation of color #29DCCD: hue angle of 174.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCCD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 205 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.14 |
| HSL | 174.97º | 0.72% | 0.51% | - |
| HSV(B) | 174.97º | 0.81% | 0.86% | - |
| XYZ | 37.53 | 56.07 | 66.6 | - |
| YUV | 164.77 | 150.7 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 205 | 0.81 | 0 | 0.07 | 0.14 | 174.97 | 0.72 | 0.51 |
| Hex | 29 | DC | CD | 51 | 0 | 7 | E | AF | 48 | 33 |
| Octal | 51 | 334 | 315 | 121 | 0 | 7 | 16 | 257 | 110 | 63 |
| Binary | 101001 | 11011100 | 11001101 | 1010001 | 0 | 111 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #29DCCD
Complementary color
Monochromatic Colors of #29DCCD
Black with #29DCCD
Text Example
Text Example
White with #29DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCCD; }
p { color: rgb(41,220,205); }
H1.HeaderClassName
{
color: #29DCCD;
}
.AnyTagClassName
{
color: #29DCCD;
}
</style>
background-color css
<style>
a { background-color: #29DCCD; }
a { background-color: rgb(41,220,205); }
div.DivClassName
{
background-color: #29DCCD;
}
.BgClassName
{
background-color: #29DCCD;
}
</style>
border-color css
<style>
span { border-color: #29DCCD; }
span { border-color: rgb(41,220,205); }
td.TdClassName
{
border-color: #29DCCD;
}
.TagClassName
{
border-color: #29DCCD;
}
</style>