Shades of Turquoise #29D4DC
Tints of Turquoise #29D4DC
RGB
CMYK
RGB Variations
Color information
#29D4DC (or 0x29D4DC) is known color: Turquoise. HEX triplet: 29, D4 and DC. RGB value is (41,212,220). Sum of RGB (Red+Green+Blue) = 41+212+220=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #29D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D4DC is #D62B23. Grayscale: #A1A1A1. Windows color (decimal): -14035748 or 14472233. OLE color: 14472233.
HSL color Cylindrical-coordinate representation of color #29D4DC: hue angle of 182.68º 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 #29D4DC is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 212 | 220 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.14 |
| HSL | 182.68º | 0.72% | 0.51% | - |
| HSV(B) | 182.68º | 0.81% | 0.86% | - |
| XYZ | 37.38 | 52.73 | 75.92 | - |
| YUV | 161.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 212 | 220 | 0.81 | 0.04 | 0 | 0.14 | 182.68 | 0.72 | 0.51 |
| Hex | 29 | D4 | DC | 51 | 4 | 0 | E | B7 | 48 | 33 |
| Octal | 51 | 324 | 334 | 121 | 4 | 0 | 16 | 267 | 110 | 63 |
| Binary | 101001 | 11010100 | 11011100 | 1010001 | 100 | 0 | 1110 | 10110111 | 1001000 | 110011 |
Color Harmonies of #29D4DC
Complementary color
Monochromatic Colors of #29D4DC
Black with #29D4DC
Text Example
Text Example
White with #29D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D4DC; }
p { color: rgb(41,212,220); }
H1.HeaderClassName
{
color: #29D4DC;
}
.AnyTagClassName
{
color: #29D4DC;
}
</style>
background-color css
<style>
a { background-color: #29D4DC; }
a { background-color: rgb(41,212,220); }
div.DivClassName
{
background-color: #29D4DC;
}
.BgClassName
{
background-color: #29D4DC;
}
</style>
border-color css
<style>
span { border-color: #29D4DC; }
span { border-color: rgb(41,212,220); }
td.TdClassName
{
border-color: #29D4DC;
}
.TagClassName
{
border-color: #29D4DC;
}
</style>