Shades of Turquoise #29F4D3
Tints of Turquoise #29F4D3
RGB
CMYK
RGB Variations
Color information
#29F4D3 (or 0x29F4D3) is known color: Turquoise. HEX triplet: 29, F4 and D3. RGB value is (41,244,211). Sum of RGB (Red+Green+Blue) = 41+244+211=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #29F4D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F4D3 is #D60B2C. Grayscale: #B3B3B3. Windows color (decimal): -14027565 or 13890601. OLE color: 13890601.
HSL color Cylindrical-coordinate representation of color #29F4D3: hue angle of 170.25º 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 #29F4D3 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 244 | 211 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.04 |
| HSL | 170.25º | 0.9% | 0.56% | - |
| HSV(B) | 170.25º | 0.83% | 0.96% | - |
| XYZ | 45.02 | 69.88 | 72.74 | - |
| YUV | 179.54 | 145.75 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 244 | 211 | 0.83 | 0 | 0.14 | 0.04 | 170.25 | 0.9 | 0.56 |
| Hex | 29 | F4 | D3 | 53 | 0 | E | 4 | AA | 5A | 38 |
| Octal | 51 | 364 | 323 | 123 | 0 | 16 | 4 | 252 | 132 | 70 |
| Binary | 101001 | 11110100 | 11010011 | 1010011 | 0 | 1110 | 100 | 10101010 | 1011010 | 111000 |
Color Harmonies of #29F4D3
Complementary color
Monochromatic Colors of #29F4D3
Black with #29F4D3
Text Example
Text Example
White with #29F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F4D3; }
p { color: rgb(41,244,211); }
H1.HeaderClassName
{
color: #29F4D3;
}
.AnyTagClassName
{
color: #29F4D3;
}
</style>
background-color css
<style>
a { background-color: #29F4D3; }
a { background-color: rgb(41,244,211); }
div.DivClassName
{
background-color: #29F4D3;
}
.BgClassName
{
background-color: #29F4D3;
}
</style>
border-color css
<style>
span { border-color: #29F4D3; }
span { border-color: rgb(41,244,211); }
td.TdClassName
{
border-color: #29F4D3;
}
.TagClassName
{
border-color: #29F4D3;
}
</style>