Shades of Turquoise #49FEC0
Tints of Turquoise #49FEC0
RGB
CMYK
RGB Variations
Color information
#49FEC0 (or 0x49FEC0) is known color: Turquoise. HEX triplet: 49, FE and C0. RGB value is (73,254,192). Sum of RGB (Red+Green+Blue) = 73+254+192=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEC0 is #B6013F. Grayscale: #C0C0C0. Windows color (decimal): -11927872 or 12648009. OLE color: 12648009.
HSL color Cylindrical-coordinate representation of color #49FEC0: hue angle of 159.45º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEC0 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 192 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.00 |
| HSL | 159.45º | 0.99% | 0.64% | - |
| HSV(B) | 159.45º | 0.71% | 1% | - |
| XYZ | 47.7 | 76.11 | 62.04 | - |
| YUV | 192.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 192 | 0.71 | 0 | 0.24 | 0.00 | 159.45 | 0.99 | 0.64 |
| Hex | 49 | FE | C0 | 47 | 0 | 18 | 0 | 9F | 63 | 40 |
| Octal | 111 | 376 | 300 | 107 | 0 | 30 | 0 | 237 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11000000 | 1000111 | 0 | 11000 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #49FEC0
Complementary color
Monochromatic Colors of #49FEC0
Black with #49FEC0
Text Example
Text Example
White with #49FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEC0; }
p { color: rgb(73,254,192); }
H1.HeaderClassName
{
color: #49FEC0;
}
.AnyTagClassName
{
color: #49FEC0;
}
</style>
background-color css
<style>
a { background-color: #49FEC0; }
a { background-color: rgb(73,254,192); }
div.DivClassName
{
background-color: #49FEC0;
}
.BgClassName
{
background-color: #49FEC0;
}
</style>
border-color css
<style>
span { border-color: #49FEC0; }
span { border-color: rgb(73,254,192); }
td.TdClassName
{
border-color: #49FEC0;
}
.TagClassName
{
border-color: #49FEC0;
}
</style>