Shades of Turquoise #29FECA
Tints of Turquoise #29FECA
RGB
CMYK
RGB Variations
Color information
#29FECA (or 0x29FECA) is known color: Turquoise. HEX triplet: 29, FE and CA. RGB value is (41,254,202). Sum of RGB (Red+Green+Blue) = 41+254+202=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #29FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FECA is #D60135. Grayscale: #B8B8B8. Windows color (decimal): -14025014 or 13303337. OLE color: 13303337.
HSL color Cylindrical-coordinate representation of color #29FECA: hue angle of 165.35º 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 #29FECA is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 202 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.00 |
| HSL | 165.35º | 0.99% | 0.58% | - |
| HSV(B) | 165.35º | 0.84% | 1% | - |
| XYZ | 47.02 | 75.62 | 68 | - |
| YUV | 184.39 | 137.93 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 202 | 0.84 | 0 | 0.20 | 0.00 | 165.35 | 0.99 | 0.58 |
| Hex | 29 | FE | CA | 54 | 0 | 14 | 0 | A5 | 63 | 3A |
| Octal | 51 | 376 | 312 | 124 | 0 | 24 | 0 | 245 | 143 | 72 |
| Binary | 101001 | 11111110 | 11001010 | 1010100 | 0 | 10100 | 0 | 10100101 | 1100011 | 111010 |
Color Harmonies of #29FECA
Complementary color
Monochromatic Colors of #29FECA
Black with #29FECA
Text Example
Text Example
White with #29FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FECA; }
p { color: rgb(41,254,202); }
H1.HeaderClassName
{
color: #29FECA;
}
.AnyTagClassName
{
color: #29FECA;
}
</style>
background-color css
<style>
a { background-color: #29FECA; }
a { background-color: rgb(41,254,202); }
div.DivClassName
{
background-color: #29FECA;
}
.BgClassName
{
background-color: #29FECA;
}
</style>
border-color css
<style>
span { border-color: #29FECA; }
span { border-color: rgb(41,254,202); }
td.TdClassName
{
border-color: #29FECA;
}
.TagClassName
{
border-color: #29FECA;
}
</style>