Shades of Turquoise #29FDC9
Tints of Turquoise #29FDC9
RGB
CMYK
RGB Variations
Color information
#29FDC9 (or 0x29FDC9) is known color: Turquoise. HEX triplet: 29, FD and C9. RGB value is (41,253,201). Sum of RGB (Red+Green+Blue) = 41+253+201=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDC9 is #D60236. Grayscale: #B7B7B7. Windows color (decimal): -14025271 or 13237545. OLE color: 13237545.
HSL color Cylindrical-coordinate representation of color #29FDC9: hue angle of 165.28º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FDC9 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 253 | 201 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.01 |
| HSL | 165.28º | 0.98% | 0.58% | - |
| HSV(B) | 165.28º | 0.84% | 0.99% | - |
| XYZ | 46.58 | 74.94 | 67.27 | - |
| YUV | 183.68 | 137.76 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 253 | 201 | 0.84 | 0 | 0.21 | 0.01 | 165.28 | 0.98 | 0.58 |
| Hex | 29 | FD | C9 | 54 | 0 | 15 | 1 | A5 | 62 | 3A |
| Octal | 51 | 375 | 311 | 124 | 0 | 25 | 1 | 245 | 142 | 72 |
| Binary | 101001 | 11111101 | 11001001 | 1010100 | 0 | 10101 | 1 | 10100101 | 1100010 | 111010 |
Color Harmonies of #29FDC9
Complementary color
Monochromatic Colors of #29FDC9
Black with #29FDC9
Text Example
Text Example
White with #29FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FDC9; }
p { color: rgb(41,253,201); }
H1.HeaderClassName
{
color: #29FDC9;
}
.AnyTagClassName
{
color: #29FDC9;
}
</style>
background-color css
<style>
a { background-color: #29FDC9; }
a { background-color: rgb(41,253,201); }
div.DivClassName
{
background-color: #29FDC9;
}
.BgClassName
{
background-color: #29FDC9;
}
</style>
border-color css
<style>
span { border-color: #29FDC9; }
span { border-color: rgb(41,253,201); }
td.TdClassName
{
border-color: #29FDC9;
}
.TagClassName
{
border-color: #29FDC9;
}
</style>