Shades of Turquoise #29DFB9
Tints of Turquoise #29DFB9
RGB
CMYK
RGB Variations
Color information
#29DFB9 (or 0x29DFB9) is known color: Turquoise. HEX triplet: 29, DF and B9. RGB value is (41,223,185). Sum of RGB (Red+Green+Blue) = 41+223+185=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFB9 is #D62046. Grayscale: #A4A4A4. Windows color (decimal): -14032967 or 12181289. OLE color: 12181289.
HSL color Cylindrical-coordinate representation of color #29DFB9: hue angle of 167.47º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DFB9 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 223 | 185 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.13 |
| HSL | 167.47º | 0.74% | 0.52% | - |
| HSV(B) | 167.47º | 0.82% | 0.87% | - |
| XYZ | 36.06 | 56.75 | 54.95 | - |
| YUV | 164.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 223 | 185 | 0.82 | 0 | 0.17 | 0.13 | 167.47 | 0.74 | 0.52 |
| Hex | 29 | DF | B9 | 52 | 0 | 11 | D | A7 | 4A | 34 |
| Octal | 51 | 337 | 271 | 122 | 0 | 21 | 15 | 247 | 112 | 64 |
| Binary | 101001 | 11011111 | 10111001 | 1010010 | 0 | 10001 | 1101 | 10100111 | 1001010 | 110100 |
Color Harmonies of #29DFB9
Complementary color
Monochromatic Colors of #29DFB9
Black with #29DFB9
Text Example
Text Example
White with #29DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DFB9; }
p { color: rgb(41,223,185); }
H1.HeaderClassName
{
color: #29DFB9;
}
.AnyTagClassName
{
color: #29DFB9;
}
</style>
background-color css
<style>
a { background-color: #29DFB9; }
a { background-color: rgb(41,223,185); }
div.DivClassName
{
background-color: #29DFB9;
}
.BgClassName
{
background-color: #29DFB9;
}
</style>
border-color css
<style>
span { border-color: #29DFB9; }
span { border-color: rgb(41,223,185); }
td.TdClassName
{
border-color: #29DFB9;
}
.TagClassName
{
border-color: #29DFB9;
}
</style>