Shades of Turquoise #29FFC6
Tints of Turquoise #29FFC6
RGB
CMYK
RGB Variations
Color information
#29FFC6 (or 0x29FFC6) is known color: Turquoise. HEX triplet: 29, FF and C6. RGB value is (41,255,198). Sum of RGB (Red+Green+Blue) = 41+255+198=494 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.30% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFC6 is #D60039. Grayscale: #B8B8B8. Windows color (decimal): -14024762 or 13041449. OLE color: 13041449.
HSL color Cylindrical-coordinate representation of color #29FFC6: hue angle of 164.02º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFC6 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 198 | - |
| CMYK | 0.84 | 0 | 0.22 | 0 |
| HSL | 164.02º | 1% | 0.58% | - |
| HSV(B) | 164.02º | 0.84% | 1% | - |
| XYZ | 46.87 | 76.07 | 65.64 | - |
| YUV | 184.52 | 135.6 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 198 | 0.84 | 0 | 0.22 | 0 | 164.02 | 1 | 0.58 |
| Hex | 29 | FF | C6 | 54 | 0 | 16 | 0 | A4 | 64 | 3A |
| Octal | 51 | 377 | 306 | 124 | 0 | 26 | 0 | 244 | 144 | 72 |
| Binary | 101001 | 11111111 | 11000110 | 1010100 | 0 | 10110 | 0 | 10100100 | 1100100 | 111010 |
Color Harmonies of #29FFC6
Complementary color
Monochromatic Colors of #29FFC6
Black with #29FFC6
Text Example
Text Example
White with #29FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFC6; }
p { color: rgb(41,255,198); }
H1.HeaderClassName
{
color: #29FFC6;
}
.AnyTagClassName
{
color: #29FFC6;
}
</style>
background-color css
<style>
a { background-color: #29FFC6; }
a { background-color: rgb(41,255,198); }
div.DivClassName
{
background-color: #29FFC6;
}
.BgClassName
{
background-color: #29FFC6;
}
</style>
border-color css
<style>
span { border-color: #29FFC6; }
span { border-color: rgb(41,255,198); }
td.TdClassName
{
border-color: #29FFC6;
}
.TagClassName
{
border-color: #29FFC6;
}
</style>