Shades of Turquoise #29E2BB
Tints of Turquoise #29E2BB
RGB
CMYK
RGB Variations
Color information
#29E2BB (or 0x29E2BB) is known color: Turquoise. HEX triplet: 29, E2 and BB. RGB value is (41,226,187). Sum of RGB (Red+Green+Blue) = 41+226+187=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #29E2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E2BB is #D61D44. Grayscale: #A6A6A6. Windows color (decimal): -14032197 or 12313129. OLE color: 12313129.
HSL color Cylindrical-coordinate representation of color #29E2BB: hue angle of 167.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E2BB is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 226 | 187 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.11 |
| HSL | 167.35º | 0.76% | 0.52% | - |
| HSV(B) | 167.35º | 0.82% | 0.89% | - |
| XYZ | 37.08 | 58.45 | 56.34 | - |
| YUV | 166.24 | 139.71 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 226 | 187 | 0.82 | 0 | 0.17 | 0.11 | 167.35 | 0.76 | 0.52 |
| Hex | 29 | E2 | BB | 52 | 0 | 11 | B | A7 | 4C | 34 |
| Octal | 51 | 342 | 273 | 122 | 0 | 21 | 13 | 247 | 114 | 64 |
| Binary | 101001 | 11100010 | 10111011 | 1010010 | 0 | 10001 | 1011 | 10100111 | 1001100 | 110100 |
Color Harmonies of #29E2BB
Complementary color
Monochromatic Colors of #29E2BB
Black with #29E2BB
Text Example
Text Example
White with #29E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E2BB; }
p { color: rgb(41,226,187); }
H1.HeaderClassName
{
color: #29E2BB;
}
.AnyTagClassName
{
color: #29E2BB;
}
</style>
background-color css
<style>
a { background-color: #29E2BB; }
a { background-color: rgb(41,226,187); }
div.DivClassName
{
background-color: #29E2BB;
}
.BgClassName
{
background-color: #29E2BB;
}
</style>
border-color css
<style>
span { border-color: #29E2BB; }
span { border-color: rgb(41,226,187); }
td.TdClassName
{
border-color: #29E2BB;
}
.TagClassName
{
border-color: #29E2BB;
}
</style>