Shades of Turquoise #29DDBC
Tints of Turquoise #29DDBC
RGB
CMYK
RGB Variations
Color information
#29DDBC (or 0x29DDBC) is known color: Turquoise. HEX triplet: 29, DD and BC. RGB value is (41,221,188). Sum of RGB (Red+Green+Blue) = 41+221+188=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDBC is #D62243. Grayscale: #A3A3A3. Windows color (decimal): -14033476 or 12377385. OLE color: 12377385.
HSL color Cylindrical-coordinate representation of color #29DDBC: hue angle of 169º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DDBC is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 188 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 169º | 0.73% | 0.51% | - |
| HSV(B) | 169º | 0.81% | 0.87% | - |
| XYZ | 35.85 | 55.82 | 56.46 | - |
| YUV | 163.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 188 | 0.81 | 0 | 0.15 | 0.13 | 169 | 0.73 | 0.51 |
| Hex | 29 | DD | BC | 51 | 0 | F | D | A9 | 49 | 33 |
| Octal | 51 | 335 | 274 | 121 | 0 | 17 | 15 | 251 | 111 | 63 |
| Binary | 101001 | 11011101 | 10111100 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110011 |
Color Harmonies of #29DDBC
Complementary color
Monochromatic Colors of #29DDBC
Black with #29DDBC
Text Example
Text Example
White with #29DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DDBC; }
p { color: rgb(41,221,188); }
H1.HeaderClassName
{
color: #29DDBC;
}
.AnyTagClassName
{
color: #29DDBC;
}
</style>
background-color css
<style>
a { background-color: #29DDBC; }
a { background-color: rgb(41,221,188); }
div.DivClassName
{
background-color: #29DDBC;
}
.BgClassName
{
background-color: #29DDBC;
}
</style>
border-color css
<style>
span { border-color: #29DDBC; }
span { border-color: rgb(41,221,188); }
td.TdClassName
{
border-color: #29DDBC;
}
.TagClassName
{
border-color: #29DDBC;
}
</style>