Shades of Turquoise #29F3DB
Tints of Turquoise #29F3DB
RGB
CMYK
RGB Variations
Color information
#29F3DB (or 0x29F3DB) is known color: Turquoise. HEX triplet: 29, F3 and DB. RGB value is (41,243,219). Sum of RGB (Red+Green+Blue) = 41+243+219=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #29F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F3DB is #D60C24. Grayscale: #B3B3B3. Windows color (decimal): -14027813 or 14414633. OLE color: 14414633.
HSL color Cylindrical-coordinate representation of color #29F3DB: hue angle of 172.87º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F3DB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 219 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.05 |
| HSL | 172.87º | 0.89% | 0.56% | - |
| HSV(B) | 172.87º | 0.83% | 0.95% | - |
| XYZ | 45.75 | 69.69 | 78.06 | - |
| YUV | 179.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 219 | 0.83 | 0 | 0.10 | 0.05 | 172.87 | 0.89 | 0.56 |
| Hex | 29 | F3 | DB | 53 | 0 | A | 5 | AD | 59 | 38 |
| Octal | 51 | 363 | 333 | 123 | 0 | 12 | 5 | 255 | 131 | 70 |
| Binary | 101001 | 11110011 | 11011011 | 1010011 | 0 | 1010 | 101 | 10101101 | 1011001 | 111000 |
Color Harmonies of #29F3DB
Complementary color
Monochromatic Colors of #29F3DB
Black with #29F3DB
Text Example
Text Example
White with #29F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F3DB; }
p { color: rgb(41,243,219); }
H1.HeaderClassName
{
color: #29F3DB;
}
.AnyTagClassName
{
color: #29F3DB;
}
</style>
background-color css
<style>
a { background-color: #29F3DB; }
a { background-color: rgb(41,243,219); }
div.DivClassName
{
background-color: #29F3DB;
}
.BgClassName
{
background-color: #29F3DB;
}
</style>
border-color css
<style>
span { border-color: #29F3DB; }
span { border-color: rgb(41,243,219); }
td.TdClassName
{
border-color: #29F3DB;
}
.TagClassName
{
border-color: #29F3DB;
}
</style>