Shades of Turquoise #29FFDB
Tints of Turquoise #29FFDB
RGB
CMYK
RGB Variations
Color information
#29FFDB (or 0x29FFDB) is known color: Turquoise. HEX triplet: 29, FF and DB. RGB value is (41,255,219). Sum of RGB (Red+Green+Blue) = 41+255+219=515 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.96% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFDB is #D60024. Grayscale: #BABABA. Windows color (decimal): -14024741 or 14417705. OLE color: 14417705.
HSL color Cylindrical-coordinate representation of color #29FFDB: hue angle of 169.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFDB is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 219 | - |
| CMYK | 0.84 | 0 | 0.14 | 0 |
| HSL | 169.91º | 1% | 0.58% | - |
| HSV(B) | 169.91º | 0.84% | 1% | - |
| XYZ | 49.46 | 77.11 | 79.29 | - |
| YUV | 186.91 | 146.1 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 219 | 0.84 | 0 | 0.14 | 0 | 169.91 | 1 | 0.58 |
| Hex | 29 | FF | DB | 54 | 0 | E | 0 | AA | 64 | 3A |
| Octal | 51 | 377 | 333 | 124 | 0 | 16 | 0 | 252 | 144 | 72 |
| Binary | 101001 | 11111111 | 11011011 | 1010100 | 0 | 1110 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #29FFDB
Complementary color
Monochromatic Colors of #29FFDB
Black with #29FFDB
Text Example
Text Example
White with #29FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFDB; }
p { color: rgb(41,255,219); }
H1.HeaderClassName
{
color: #29FFDB;
}
.AnyTagClassName
{
color: #29FFDB;
}
</style>
background-color css
<style>
a { background-color: #29FFDB; }
a { background-color: rgb(41,255,219); }
div.DivClassName
{
background-color: #29FFDB;
}
.BgClassName
{
background-color: #29FFDB;
}
</style>
border-color css
<style>
span { border-color: #29FFDB; }
span { border-color: rgb(41,255,219); }
td.TdClassName
{
border-color: #29FFDB;
}
.TagClassName
{
border-color: #29FFDB;
}
</style>