Shades of Turquoise #29FEBB
Tints of Turquoise #29FEBB
RGB
CMYK
RGB Variations
Color information
#29FEBB (or 0x29FEBB) is known color: Turquoise. HEX triplet: 29, FE and BB. RGB value is (41,254,187). Sum of RGB (Red+Green+Blue) = 41+254+187=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEBB is #D60144. Grayscale: #B6B6B6. Windows color (decimal): -14025029 or 12320297. OLE color: 12320297.
HSL color Cylindrical-coordinate representation of color #29FEBB: hue angle of 161.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEBB is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 187 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.00 |
| HSL | 161.13º | 0.99% | 0.58% | - |
| HSV(B) | 161.13º | 0.84% | 1% | - |
| XYZ | 45.33 | 74.94 | 59.09 | - |
| YUV | 182.68 | 130.43 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 187 | 0.84 | 0 | 0.26 | 0.00 | 161.13 | 0.99 | 0.58 |
| Hex | 29 | FE | BB | 54 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 51 | 376 | 273 | 124 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101001 | 11111110 | 10111011 | 1010100 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #29FEBB
Complementary color
Monochromatic Colors of #29FEBB
Black with #29FEBB
Text Example
Text Example
White with #29FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEBB; }
p { color: rgb(41,254,187); }
H1.HeaderClassName
{
color: #29FEBB;
}
.AnyTagClassName
{
color: #29FEBB;
}
</style>
background-color css
<style>
a { background-color: #29FEBB; }
a { background-color: rgb(41,254,187); }
div.DivClassName
{
background-color: #29FEBB;
}
.BgClassName
{
background-color: #29FEBB;
}
</style>
border-color css
<style>
span { border-color: #29FEBB; }
span { border-color: rgb(41,254,187); }
td.TdClassName
{
border-color: #29FEBB;
}
.TagClassName
{
border-color: #29FEBB;
}
</style>