Shades of Turquoise #29FFDD
Tints of Turquoise #29FFDD
RGB
CMYK
RGB Variations
Color information
#29FFDD (or 0x29FFDD) is known color: Turquoise. HEX triplet: 29, FF and DD. RGB value is (41,255,221). Sum of RGB (Red+Green+Blue) = 41+255+221=517 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.93% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFDD is #D60022. Grayscale: #BBBBBB. Windows color (decimal): -14024739 or 14548777. OLE color: 14548777.
HSL color Cylindrical-coordinate representation of color #29FFDD: hue angle of 170.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFDD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 221 | - |
| CMYK | 0.84 | 0 | 0.13 | 0 |
| HSL | 170.47º | 1% | 0.58% | - |
| HSV(B) | 170.47º | 0.84% | 1% | - |
| XYZ | 49.73 | 77.21 | 80.69 | - |
| YUV | 187.14 | 147.1 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 221 | 0.84 | 0 | 0.13 | 0 | 170.47 | 1 | 0.58 |
| Hex | 29 | FF | DD | 54 | 0 | D | 0 | AA | 64 | 3A |
| Octal | 51 | 377 | 335 | 124 | 0 | 15 | 0 | 252 | 144 | 72 |
| Binary | 101001 | 11111111 | 11011101 | 1010100 | 0 | 1101 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #29FFDD
Complementary color
Monochromatic Colors of #29FFDD
Black with #29FFDD
Text Example
Text Example
White with #29FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFDD; }
p { color: rgb(41,255,221); }
H1.HeaderClassName
{
color: #29FFDD;
}
.AnyTagClassName
{
color: #29FFDD;
}
</style>
background-color css
<style>
a { background-color: #29FFDD; }
a { background-color: rgb(41,255,221); }
div.DivClassName
{
background-color: #29FFDD;
}
.BgClassName
{
background-color: #29FFDD;
}
</style>
border-color css
<style>
span { border-color: #29FFDD; }
span { border-color: rgb(41,255,221); }
td.TdClassName
{
border-color: #29FFDD;
}
.TagClassName
{
border-color: #29FFDD;
}
</style>