Shades of Turquoise #29DCDC
Tints of Turquoise #29DCDC
RGB
CMYK
RGB Variations
Color information
#29DCDC (or 0x29DCDC) is known color: Turquoise. HEX triplet: 29, DC and DC. RGB value is (41,220,220). Sum of RGB (Red+Green+Blue) = 41+220+220=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #29DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCDC is #D62323. Grayscale: #A6A6A6. Windows color (decimal): -14033700 or 14474281. OLE color: 14474281.
HSL color Cylindrical-coordinate representation of color #29DCDC: hue angle of 180º 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 #29DCDC is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 220 | - |
| CMYK | 0.81 | 0 | 0 | 0.14 |
| HSL | 180º | 0.72% | 0.51% | - |
| HSV(B) | 180º | 0.81% | 0.86% | - |
| XYZ | 39.43 | 56.83 | 76.6 | - |
| YUV | 166.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 220 | 0.81 | 0 | 0 | 0.14 | 180 | 0.72 | 0.51 |
| Hex | 29 | DC | DC | 51 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 51 | 334 | 334 | 121 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 101001 | 11011100 | 11011100 | 1010001 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #29DCDC
Complementary color
Monochromatic Colors of #29DCDC
Black with #29DCDC
Text Example
Text Example
White with #29DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCDC; }
p { color: rgb(41,220,220); }
H1.HeaderClassName
{
color: #29DCDC;
}
.AnyTagClassName
{
color: #29DCDC;
}
</style>
background-color css
<style>
a { background-color: #29DCDC; }
a { background-color: rgb(41,220,220); }
div.DivClassName
{
background-color: #29DCDC;
}
.BgClassName
{
background-color: #29DCDC;
}
</style>
border-color css
<style>
span { border-color: #29DCDC; }
span { border-color: rgb(41,220,220); }
td.TdClassName
{
border-color: #29DCDC;
}
.TagClassName
{
border-color: #29DCDC;
}
</style>