Shades of Turquoise #29FDD4
Tints of Turquoise #29FDD4
RGB
CMYK
RGB Variations
Color information
#29FDD4 (or 0x29FDD4) is known color: Turquoise. HEX triplet: 29, FD and D4. RGB value is (41,253,212). Sum of RGB (Red+Green+Blue) = 41+253+212=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDD4 is #D6022B. Grayscale: #B8B8B8. Windows color (decimal): -14025260 or 13958441. OLE color: 13958441.
HSL color Cylindrical-coordinate representation of color #29FDD4: hue angle of 168.4º 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 #29FDD4 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 253 | 212 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.01 |
| HSL | 168.4º | 0.98% | 0.58% | - |
| HSV(B) | 168.4º | 0.84% | 0.99% | - |
| XYZ | 47.92 | 75.48 | 74.33 | - |
| YUV | 184.94 | 143.26 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 253 | 212 | 0.84 | 0 | 0.16 | 0.01 | 168.4 | 0.98 | 0.58 |
| Hex | 29 | FD | D4 | 54 | 0 | 10 | 1 | A8 | 62 | 3A |
| Octal | 51 | 375 | 324 | 124 | 0 | 20 | 1 | 250 | 142 | 72 |
| Binary | 101001 | 11111101 | 11010100 | 1010100 | 0 | 10000 | 1 | 10101000 | 1100010 | 111010 |
Color Harmonies of #29FDD4
Complementary color
Monochromatic Colors of #29FDD4
Black with #29FDD4
Text Example
Text Example
White with #29FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FDD4; }
p { color: rgb(41,253,212); }
H1.HeaderClassName
{
color: #29FDD4;
}
.AnyTagClassName
{
color: #29FDD4;
}
</style>
background-color css
<style>
a { background-color: #29FDD4; }
a { background-color: rgb(41,253,212); }
div.DivClassName
{
background-color: #29FDD4;
}
.BgClassName
{
background-color: #29FDD4;
}
</style>
border-color css
<style>
span { border-color: #29FDD4; }
span { border-color: rgb(41,253,212); }
td.TdClassName
{
border-color: #29FDD4;
}
.TagClassName
{
border-color: #29FDD4;
}
</style>