Shades of Turquoise #29F4C3
Tints of Turquoise #29F4C3
RGB
CMYK
RGB Variations
Color information
#29F4C3 (or 0x29F4C3) is known color: Turquoise. HEX triplet: 29, F4 and C3. RGB value is (41,244,195). Sum of RGB (Red+Green+Blue) = 41+244+195=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #29F4C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F4C3 is #D60B3C. Grayscale: #B1B1B1. Windows color (decimal): -14027581 or 12842025. OLE color: 12842025.
HSL color Cylindrical-coordinate representation of color #29F4C3: hue angle of 165.52º 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 #29F4C3 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 244 | 195 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.04 |
| HSL | 165.52º | 0.9% | 0.56% | - |
| HSV(B) | 165.52º | 0.83% | 0.96% | - |
| XYZ | 43.12 | 69.11 | 62.7 | - |
| YUV | 177.72 | 137.75 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 244 | 195 | 0.83 | 0 | 0.20 | 0.04 | 165.52 | 0.9 | 0.56 |
| Hex | 29 | F4 | C3 | 53 | 0 | 14 | 4 | A6 | 5A | 38 |
| Octal | 51 | 364 | 303 | 123 | 0 | 24 | 4 | 246 | 132 | 70 |
| Binary | 101001 | 11110100 | 11000011 | 1010011 | 0 | 10100 | 100 | 10100110 | 1011010 | 111000 |
Color Harmonies of #29F4C3
Complementary color
Monochromatic Colors of #29F4C3
Black with #29F4C3
Text Example
Text Example
White with #29F4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F4C3; }
p { color: rgb(41,244,195); }
H1.HeaderClassName
{
color: #29F4C3;
}
.AnyTagClassName
{
color: #29F4C3;
}
</style>
background-color css
<style>
a { background-color: #29F4C3; }
a { background-color: rgb(41,244,195); }
div.DivClassName
{
background-color: #29F4C3;
}
.BgClassName
{
background-color: #29F4C3;
}
</style>
border-color css
<style>
span { border-color: #29F4C3; }
span { border-color: rgb(41,244,195); }
td.TdClassName
{
border-color: #29F4C3;
}
.TagClassName
{
border-color: #29F4C3;
}
</style>