Shades of Turquoise #29FEC1
Tints of Turquoise #29FEC1
RGB
CMYK
RGB Variations
Color information
#29FEC1 (or 0x29FEC1) is known color: Turquoise. HEX triplet: 29, FE and C1. RGB value is (41,254,193). Sum of RGB (Red+Green+Blue) = 41+254+193=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC1 is #D6013E. Grayscale: #B7B7B7. Windows color (decimal): -14025023 or 12713513. OLE color: 12713513.
HSL color Cylindrical-coordinate representation of color #29FEC1: hue angle of 162.82º 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 #29FEC1 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 193 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.00 |
| HSL | 162.82º | 0.99% | 0.58% | - |
| HSV(B) | 162.82º | 0.84% | 1% | - |
| XYZ | 45.98 | 75.21 | 62.54 | - |
| YUV | 183.36 | 133.43 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 193 | 0.84 | 0 | 0.24 | 0.00 | 162.82 | 0.99 | 0.58 |
| Hex | 29 | FE | C1 | 54 | 0 | 18 | 0 | A3 | 63 | 3A |
| Octal | 51 | 376 | 301 | 124 | 0 | 30 | 0 | 243 | 143 | 72 |
| Binary | 101001 | 11111110 | 11000001 | 1010100 | 0 | 11000 | 0 | 10100011 | 1100011 | 111010 |
Color Harmonies of #29FEC1
Complementary color
Monochromatic Colors of #29FEC1
Black with #29FEC1
Text Example
Text Example
White with #29FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEC1; }
p { color: rgb(41,254,193); }
H1.HeaderClassName
{
color: #29FEC1;
}
.AnyTagClassName
{
color: #29FEC1;
}
</style>
background-color css
<style>
a { background-color: #29FEC1; }
a { background-color: rgb(41,254,193); }
div.DivClassName
{
background-color: #29FEC1;
}
.BgClassName
{
background-color: #29FEC1;
}
</style>
border-color css
<style>
span { border-color: #29FEC1; }
span { border-color: rgb(41,254,193); }
td.TdClassName
{
border-color: #29FEC1;
}
.TagClassName
{
border-color: #29FEC1;
}
</style>