Shades of Turquoise #29FDB8
Tints of Turquoise #29FDB8
RGB
CMYK
RGB Variations
Color information
#29FDB8 (or 0x29FDB8) is known color: Turquoise. HEX triplet: 29, FD and B8. RGB value is (41,253,184). Sum of RGB (Red+Green+Blue) = 41+253+184=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDB8 is #D60247. Grayscale: #B5B5B5. Windows color (decimal): -14025288 or 12123433. OLE color: 12123433.
HSL color Cylindrical-coordinate representation of color #29FDB8: hue angle of 160.47º 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 #29FDB8 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 253 | 184 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.01 |
| HSL | 160.47º | 0.98% | 0.58% | - |
| HSV(B) | 160.47º | 0.84% | 0.99% | - |
| XYZ | 44.69 | 74.18 | 57.31 | - |
| YUV | 181.75 | 129.26 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 253 | 184 | 0.84 | 0 | 0.27 | 0.01 | 160.47 | 0.98 | 0.58 |
| Hex | 29 | FD | B8 | 54 | 0 | 1B | 1 | A0 | 62 | 3A |
| Octal | 51 | 375 | 270 | 124 | 0 | 33 | 1 | 240 | 142 | 72 |
| Binary | 101001 | 11111101 | 10111000 | 1010100 | 0 | 11011 | 1 | 10100000 | 1100010 | 111010 |
Color Harmonies of #29FDB8
Complementary color
Monochromatic Colors of #29FDB8
Black with #29FDB8
Text Example
Text Example
White with #29FDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FDB8; }
p { color: rgb(41,253,184); }
H1.HeaderClassName
{
color: #29FDB8;
}
.AnyTagClassName
{
color: #29FDB8;
}
</style>
background-color css
<style>
a { background-color: #29FDB8; }
a { background-color: rgb(41,253,184); }
div.DivClassName
{
background-color: #29FDB8;
}
.BgClassName
{
background-color: #29FDB8;
}
</style>
border-color css
<style>
span { border-color: #29FDB8; }
span { border-color: rgb(41,253,184); }
td.TdClassName
{
border-color: #29FDB8;
}
.TagClassName
{
border-color: #29FDB8;
}
</style>