Shades of Turquoise #29F3C8
Tints of Turquoise #29F3C8
RGB
CMYK
RGB Variations
Color information
#29F3C8 (or 0x29F3C8) is known color: Turquoise. HEX triplet: 29, F3 and C8. RGB value is (41,243,200). Sum of RGB (Red+Green+Blue) = 41+243+200=484 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.47% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #29F3C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F3C8 is #D60C37. Grayscale: #B1B1B1. Windows color (decimal): -14027832 or 13169449. OLE color: 13169449.
HSL color Cylindrical-coordinate representation of color #29F3C8: hue angle of 167.23º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F3C8 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 200 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.05 |
| HSL | 167.23º | 0.89% | 0.56% | - |
| HSV(B) | 167.23º | 0.83% | 0.95% | - |
| XYZ | 43.39 | 68.74 | 65.63 | - |
| YUV | 177.7 | 140.58 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 200 | 0.83 | 0 | 0.18 | 0.05 | 167.23 | 0.89 | 0.56 |
| Hex | 29 | F3 | C8 | 53 | 0 | 12 | 5 | A7 | 59 | 38 |
| Octal | 51 | 363 | 310 | 123 | 0 | 22 | 5 | 247 | 131 | 70 |
| Binary | 101001 | 11110011 | 11001000 | 1010011 | 0 | 10010 | 101 | 10100111 | 1011001 | 111000 |
Color Harmonies of #29F3C8
Complementary color
Monochromatic Colors of #29F3C8
Black with #29F3C8
Text Example
Text Example
White with #29F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F3C8; }
p { color: rgb(41,243,200); }
H1.HeaderClassName
{
color: #29F3C8;
}
.AnyTagClassName
{
color: #29F3C8;
}
</style>
background-color css
<style>
a { background-color: #29F3C8; }
a { background-color: rgb(41,243,200); }
div.DivClassName
{
background-color: #29F3C8;
}
.BgClassName
{
background-color: #29F3C8;
}
</style>
border-color css
<style>
span { border-color: #29F3C8; }
span { border-color: rgb(41,243,200); }
td.TdClassName
{
border-color: #29F3C8;
}
.TagClassName
{
border-color: #29F3C8;
}
</style>