Shades of Turquoise #29FDC8
Tints of Turquoise #29FDC8
RGB
CMYK
RGB Variations
Color information
#29FDC8 (or 0x29FDC8) is known color: Turquoise. HEX triplet: 29, FD and C8. RGB value is (41,253,200). Sum of RGB (Red+Green+Blue) = 41+253+200=494 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.30% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDC8 is #D60237. Grayscale: #B7B7B7. Windows color (decimal): -14025272 or 13172009. OLE color: 13172009.
HSL color Cylindrical-coordinate representation of color #29FDC8: hue angle of 165º 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 #29FDC8 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 253 | 200 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.01 |
| HSL | 165º | 0.98% | 0.58% | - |
| HSV(B) | 165º | 0.84% | 0.99% | - |
| XYZ | 46.47 | 74.89 | 66.65 | - |
| YUV | 183.57 | 137.26 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 253 | 200 | 0.84 | 0 | 0.21 | 0.01 | 165 | 0.98 | 0.58 |
| Hex | 29 | FD | C8 | 54 | 0 | 15 | 1 | A5 | 62 | 3A |
| Octal | 51 | 375 | 310 | 124 | 0 | 25 | 1 | 245 | 142 | 72 |
| Binary | 101001 | 11111101 | 11001000 | 1010100 | 0 | 10101 | 1 | 10100101 | 1100010 | 111010 |
Color Harmonies of #29FDC8
Complementary color
Monochromatic Colors of #29FDC8
Black with #29FDC8
Text Example
Text Example
White with #29FDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FDC8; }
p { color: rgb(41,253,200); }
H1.HeaderClassName
{
color: #29FDC8;
}
.AnyTagClassName
{
color: #29FDC8;
}
</style>
background-color css
<style>
a { background-color: #29FDC8; }
a { background-color: rgb(41,253,200); }
div.DivClassName
{
background-color: #29FDC8;
}
.BgClassName
{
background-color: #29FDC8;
}
</style>
border-color css
<style>
span { border-color: #29FDC8; }
span { border-color: rgb(41,253,200); }
td.TdClassName
{
border-color: #29FDC8;
}
.TagClassName
{
border-color: #29FDC8;
}
</style>