Shades of Turquoise #29DDBA
Tints of Turquoise #29DDBA
RGB
CMYK
RGB Variations
Color information
#29DDBA (or 0x29DDBA) is known color: Turquoise. HEX triplet: 29, DD and BA. RGB value is (41,221,186). Sum of RGB (Red+Green+Blue) = 41+221+186=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDBA is #D62245. Grayscale: #A3A3A3. Windows color (decimal): -14033478 or 12246313. OLE color: 12246313.
HSL color Cylindrical-coordinate representation of color #29DDBA: hue angle of 168.33º 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 #29DDBA is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 186 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.13 |
| HSL | 168.33º | 0.73% | 0.51% | - |
| HSV(B) | 168.33º | 0.81% | 0.87% | - |
| XYZ | 35.63 | 55.73 | 55.33 | - |
| YUV | 163.19 | 140.87 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 186 | 0.81 | 0 | 0.16 | 0.13 | 168.33 | 0.73 | 0.51 |
| Hex | 29 | DD | BA | 51 | 0 | 10 | D | A8 | 49 | 33 |
| Octal | 51 | 335 | 272 | 121 | 0 | 20 | 15 | 250 | 111 | 63 |
| Binary | 101001 | 11011101 | 10111010 | 1010001 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110011 |
Color Harmonies of #29DDBA
Complementary color
Monochromatic Colors of #29DDBA
Black with #29DDBA
Text Example
Text Example
White with #29DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DDBA; }
p { color: rgb(41,221,186); }
H1.HeaderClassName
{
color: #29DDBA;
}
.AnyTagClassName
{
color: #29DDBA;
}
</style>
background-color css
<style>
a { background-color: #29DDBA; }
a { background-color: rgb(41,221,186); }
div.DivClassName
{
background-color: #29DDBA;
}
.BgClassName
{
background-color: #29DDBA;
}
</style>
border-color css
<style>
span { border-color: #29DDBA; }
span { border-color: rgb(41,221,186); }
td.TdClassName
{
border-color: #29DDBA;
}
.TagClassName
{
border-color: #29DDBA;
}
</style>