Shades of Turquoise #29F2BD
Tints of Turquoise #29F2BD
RGB
CMYK
RGB Variations
Color information
#29F2BD (or 0x29F2BD) is known color: Turquoise. HEX triplet: 29, F2 and BD. RGB value is (41,242,189). Sum of RGB (Red+Green+Blue) = 41+242+189=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2BD is #D60D42. Grayscale: #AFAFAF. Windows color (decimal): -14028099 or 12448297. OLE color: 12448297.
HSL color Cylindrical-coordinate representation of color #29F2BD: hue angle of 164.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F2BD is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 189 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.05 |
| HSL | 164.18º | 0.89% | 0.55% | - |
| HSV(B) | 164.18º | 0.83% | 0.95% | - |
| XYZ | 41.85 | 67.65 | 59 | - |
| YUV | 175.86 | 135.41 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 189 | 0.83 | 0 | 0.22 | 0.05 | 164.18 | 0.89 | 0.55 |
| Hex | 29 | F2 | BD | 53 | 0 | 16 | 5 | A4 | 59 | 37 |
| Octal | 51 | 362 | 275 | 123 | 0 | 26 | 5 | 244 | 131 | 67 |
| Binary | 101001 | 11110010 | 10111101 | 1010011 | 0 | 10110 | 101 | 10100100 | 1011001 | 110111 |
Color Harmonies of #29F2BD
Complementary color
Monochromatic Colors of #29F2BD
Black with #29F2BD
Text Example
Text Example
White with #29F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F2BD; }
p { color: rgb(41,242,189); }
H1.HeaderClassName
{
color: #29F2BD;
}
.AnyTagClassName
{
color: #29F2BD;
}
</style>
background-color css
<style>
a { background-color: #29F2BD; }
a { background-color: rgb(41,242,189); }
div.DivClassName
{
background-color: #29F2BD;
}
.BgClassName
{
background-color: #29F2BD;
}
</style>
border-color css
<style>
span { border-color: #29F2BD; }
span { border-color: rgb(41,242,189); }
td.TdClassName
{
border-color: #29F2BD;
}
.TagClassName
{
border-color: #29F2BD;
}
</style>