Shades of Turquoise #29FEC0
Tints of Turquoise #29FEC0
RGB
CMYK
RGB Variations
Color information
#29FEC0 (or 0x29FEC0) is known color: Turquoise. HEX triplet: 29, FE and C0. RGB value is (41,254,192). Sum of RGB (Red+Green+Blue) = 41+254+192=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC0 is #D6013F. Grayscale: #B7B7B7. Windows color (decimal): -14025024 or 12647977. OLE color: 12647977.
HSL color Cylindrical-coordinate representation of color #29FEC0: hue angle of 162.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEC0 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 192 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.00 |
| HSL | 162.54º | 0.99% | 0.58% | - |
| HSV(B) | 162.54º | 0.84% | 1% | - |
| XYZ | 45.87 | 75.16 | 61.96 | - |
| YUV | 183.25 | 132.93 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 192 | 0.84 | 0 | 0.24 | 0.00 | 162.54 | 0.99 | 0.58 |
| Hex | 29 | FE | C0 | 54 | 0 | 18 | 0 | A3 | 63 | 3A |
| Octal | 51 | 376 | 300 | 124 | 0 | 30 | 0 | 243 | 143 | 72 |
| Binary | 101001 | 11111110 | 11000000 | 1010100 | 0 | 11000 | 0 | 10100011 | 1100011 | 111010 |
Color Harmonies of #29FEC0
Complementary color
Monochromatic Colors of #29FEC0
Black with #29FEC0
Text Example
Text Example
White with #29FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEC0; }
p { color: rgb(41,254,192); }
H1.HeaderClassName
{
color: #29FEC0;
}
.AnyTagClassName
{
color: #29FEC0;
}
</style>
background-color css
<style>
a { background-color: #29FEC0; }
a { background-color: rgb(41,254,192); }
div.DivClassName
{
background-color: #29FEC0;
}
.BgClassName
{
background-color: #29FEC0;
}
</style>
border-color css
<style>
span { border-color: #29FEC0; }
span { border-color: rgb(41,254,192); }
td.TdClassName
{
border-color: #29FEC0;
}
.TagClassName
{
border-color: #29FEC0;
}
</style>