Shades of Turquoise #29F2BB
Tints of Turquoise #29F2BB
RGB
CMYK
RGB Variations
Color information
#29F2BB (or 0x29F2BB) is known color: Turquoise. HEX triplet: 29, F2 and BB. RGB value is (41,242,187). Sum of RGB (Red+Green+Blue) = 41+242+187=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2BB is #D60D44. Grayscale: #AFAFAF. Windows color (decimal): -14028101 or 12317225. OLE color: 12317225.
HSL color Cylindrical-coordinate representation of color #29F2BB: hue angle of 163.58º 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 #29F2BB is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 187 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 163.58º | 0.89% | 0.55% | - |
| HSV(B) | 163.58º | 0.83% | 0.95% | - |
| XYZ | 41.64 | 67.56 | 57.86 | - |
| YUV | 175.63 | 134.41 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 187 | 0.83 | 0 | 0.23 | 0.05 | 163.58 | 0.89 | 0.55 |
| Hex | 29 | F2 | BB | 53 | 0 | 17 | 5 | A4 | 59 | 37 |
| Octal | 51 | 362 | 273 | 123 | 0 | 27 | 5 | 244 | 131 | 67 |
| Binary | 101001 | 11110010 | 10111011 | 1010011 | 0 | 10111 | 101 | 10100100 | 1011001 | 110111 |
Color Harmonies of #29F2BB
Complementary color
Monochromatic Colors of #29F2BB
Black with #29F2BB
Text Example
Text Example
White with #29F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F2BB; }
p { color: rgb(41,242,187); }
H1.HeaderClassName
{
color: #29F2BB;
}
.AnyTagClassName
{
color: #29F2BB;
}
</style>
background-color css
<style>
a { background-color: #29F2BB; }
a { background-color: rgb(41,242,187); }
div.DivClassName
{
background-color: #29F2BB;
}
.BgClassName
{
background-color: #29F2BB;
}
</style>
border-color css
<style>
span { border-color: #29F2BB; }
span { border-color: rgb(41,242,187); }
td.TdClassName
{
border-color: #29F2BB;
}
.TagClassName
{
border-color: #29F2BB;
}
</style>