Shades of Turquoise #29FEB8
Tints of Turquoise #29FEB8
RGB
CMYK
RGB Variations
Color information
#29FEB8 (or 0x29FEB8) is known color: Turquoise. HEX triplet: 29, FE and B8. RGB value is (41,254,184). Sum of RGB (Red+Green+Blue) = 41+254+184=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEB8 is #D60147. Grayscale: #B6B6B6. Windows color (decimal): -14025032 or 12123689. OLE color: 12123689.
HSL color Cylindrical-coordinate representation of color #29FEB8: hue angle of 160.28º 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 #29FEB8 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 184 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.00 |
| HSL | 160.28º | 0.99% | 0.58% | - |
| HSV(B) | 160.28º | 0.84% | 1% | - |
| XYZ | 45.01 | 74.82 | 57.42 | - |
| YUV | 182.33 | 128.93 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 184 | 0.84 | 0 | 0.28 | 0.00 | 160.28 | 0.99 | 0.58 |
| Hex | 29 | FE | B8 | 54 | 0 | 1C | 0 | A0 | 63 | 3A |
| Octal | 51 | 376 | 270 | 124 | 0 | 34 | 0 | 240 | 143 | 72 |
| Binary | 101001 | 11111110 | 10111000 | 1010100 | 0 | 11100 | 0 | 10100000 | 1100011 | 111010 |
Color Harmonies of #29FEB8
Complementary color
Monochromatic Colors of #29FEB8
Black with #29FEB8
Text Example
Text Example
White with #29FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEB8; }
p { color: rgb(41,254,184); }
H1.HeaderClassName
{
color: #29FEB8;
}
.AnyTagClassName
{
color: #29FEB8;
}
</style>
background-color css
<style>
a { background-color: #29FEB8; }
a { background-color: rgb(41,254,184); }
div.DivClassName
{
background-color: #29FEB8;
}
.BgClassName
{
background-color: #29FEB8;
}
</style>
border-color css
<style>
span { border-color: #29FEB8; }
span { border-color: rgb(41,254,184); }
td.TdClassName
{
border-color: #29FEB8;
}
.TagClassName
{
border-color: #29FEB8;
}
</style>