Shades of Turquoise #29F4D0
Tints of Turquoise #29F4D0
RGB
CMYK
RGB Variations
Color information
#29F4D0 (or 0x29F4D0) is known color: Turquoise. HEX triplet: 29, F4 and D0. RGB value is (41,244,208). Sum of RGB (Red+Green+Blue) = 41+244+208=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #29F4D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F4D0 is #D60B2F. Grayscale: #B3B3B3. Windows color (decimal): -14027568 or 13693993. OLE color: 13693993.
HSL color Cylindrical-coordinate representation of color #29F4D0: hue angle of 169.36º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F4D0 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 244 | 208 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.04 |
| HSL | 169.36º | 0.9% | 0.56% | - |
| HSV(B) | 169.36º | 0.83% | 0.96% | - |
| XYZ | 44.65 | 69.73 | 70.78 | - |
| YUV | 179.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 244 | 208 | 0.83 | 0 | 0.15 | 0.04 | 169.36 | 0.9 | 0.56 |
| Hex | 29 | F4 | D0 | 53 | 0 | F | 4 | A9 | 5A | 38 |
| Octal | 51 | 364 | 320 | 123 | 0 | 17 | 4 | 251 | 132 | 70 |
| Binary | 101001 | 11110100 | 11010000 | 1010011 | 0 | 1111 | 100 | 10101001 | 1011010 | 111000 |
Color Harmonies of #29F4D0
Complementary color
Monochromatic Colors of #29F4D0
Black with #29F4D0
Text Example
Text Example
White with #29F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F4D0; }
p { color: rgb(41,244,208); }
H1.HeaderClassName
{
color: #29F4D0;
}
.AnyTagClassName
{
color: #29F4D0;
}
</style>
background-color css
<style>
a { background-color: #29F4D0; }
a { background-color: rgb(41,244,208); }
div.DivClassName
{
background-color: #29F4D0;
}
.BgClassName
{
background-color: #29F4D0;
}
</style>
border-color css
<style>
span { border-color: #29F4D0; }
span { border-color: rgb(41,244,208); }
td.TdClassName
{
border-color: #29F4D0;
}
.TagClassName
{
border-color: #29F4D0;
}
</style>