Shades of Turquoise #29FEC6
Tints of Turquoise #29FEC6
RGB
CMYK
RGB Variations
Color information
#29FEC6 (or 0x29FEC6) is known color: Turquoise. HEX triplet: 29, FE and C6. RGB value is (41,254,198). Sum of RGB (Red+Green+Blue) = 41+254+198=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC6 is #D60139. Grayscale: #B7B7B7. Windows color (decimal): -14025018 or 13041193. OLE color: 13041193.
HSL color Cylindrical-coordinate representation of color #29FEC6: hue angle of 164.23º 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 #29FEC6 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 198 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.00 |
| HSL | 164.23º | 0.99% | 0.58% | - |
| HSV(B) | 164.23º | 0.84% | 1% | - |
| XYZ | 46.55 | 75.43 | 65.53 | - |
| YUV | 183.93 | 135.93 | 26.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 198 | 0.84 | 0 | 0.22 | 0.00 | 164.23 | 0.99 | 0.58 |
| Hex | 29 | FE | C6 | 54 | 0 | 16 | 0 | A4 | 63 | 3A |
| Octal | 51 | 376 | 306 | 124 | 0 | 26 | 0 | 244 | 143 | 72 |
| Binary | 101001 | 11111110 | 11000110 | 1010100 | 0 | 10110 | 0 | 10100100 | 1100011 | 111010 |
Color Harmonies of #29FEC6
Complementary color
Monochromatic Colors of #29FEC6
Black with #29FEC6
Text Example
Text Example
White with #29FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEC6; }
p { color: rgb(41,254,198); }
H1.HeaderClassName
{
color: #29FEC6;
}
.AnyTagClassName
{
color: #29FEC6;
}
</style>
background-color css
<style>
a { background-color: #29FEC6; }
a { background-color: rgb(41,254,198); }
div.DivClassName
{
background-color: #29FEC6;
}
.BgClassName
{
background-color: #29FEC6;
}
</style>
border-color css
<style>
span { border-color: #29FEC6; }
span { border-color: rgb(41,254,198); }
td.TdClassName
{
border-color: #29FEC6;
}
.TagClassName
{
border-color: #29FEC6;
}
</style>