Shades of Turquoise #29FADB
Tints of Turquoise #29FADB
RGB
CMYK
RGB Variations
Color information
#29FADB (or 0x29FADB) is known color: Turquoise. HEX triplet: 29, FA and DB. RGB value is (41,250,219). Sum of RGB (Red+Green+Blue) = 41+250+219=510 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.04% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #29FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FADB is #D60524. Grayscale: #B7B7B7. Windows color (decimal): -14026021 or 14416425. OLE color: 14416425.
HSL color Cylindrical-coordinate representation of color #29FADB: hue angle of 171.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FADB is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 250 | 219 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.02 |
| HSL | 171.1º | 0.95% | 0.57% | - |
| HSV(B) | 171.1º | 0.84% | 0.98% | - |
| XYZ | 47.89 | 73.96 | 78.77 | - |
| YUV | 183.98 | 147.76 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 250 | 219 | 0.84 | 0 | 0.12 | 0.02 | 171.1 | 0.95 | 0.57 |
| Hex | 29 | FA | DB | 54 | 0 | C | 2 | AB | 5F | 39 |
| Octal | 51 | 372 | 333 | 124 | 0 | 14 | 2 | 253 | 137 | 71 |
| Binary | 101001 | 11111010 | 11011011 | 1010100 | 0 | 1100 | 10 | 10101011 | 1011111 | 111001 |
Color Harmonies of #29FADB
Complementary color
Monochromatic Colors of #29FADB
Black with #29FADB
Text Example
Text Example
White with #29FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FADB; }
p { color: rgb(41,250,219); }
H1.HeaderClassName
{
color: #29FADB;
}
.AnyTagClassName
{
color: #29FADB;
}
</style>
background-color css
<style>
a { background-color: #29FADB; }
a { background-color: rgb(41,250,219); }
div.DivClassName
{
background-color: #29FADB;
}
.BgClassName
{
background-color: #29FADB;
}
</style>
border-color css
<style>
span { border-color: #29FADB; }
span { border-color: rgb(41,250,219); }
td.TdClassName
{
border-color: #29FADB;
}
.TagClassName
{
border-color: #29FADB;
}
</style>