Shades of Turquoise #49FEBC
Tints of Turquoise #49FEBC
RGB
CMYK
RGB Variations
Color information
#49FEBC (or 0x49FEBC) is known color: Turquoise. HEX triplet: 49, FE and BC. RGB value is (73,254,188). Sum of RGB (Red+Green+Blue) = 73+254+188=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEBC is #B60143. Grayscale: #C0C0C0. Windows color (decimal): -11927876 or 12385865. OLE color: 12385865.
HSL color Cylindrical-coordinate representation of color #49FEBC: hue angle of 158.12º 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 #49FEBC is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 188 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.00 |
| HSL | 158.12º | 0.99% | 0.64% | - |
| HSV(B) | 158.12º | 0.71% | 1% | - |
| XYZ | 47.27 | 75.93 | 59.74 | - |
| YUV | 192.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 188 | 0.71 | 0 | 0.26 | 0.00 | 158.12 | 0.99 | 0.64 |
| Hex | 49 | FE | BC | 47 | 0 | 1A | 0 | 9E | 63 | 40 |
| Octal | 111 | 376 | 274 | 107 | 0 | 32 | 0 | 236 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10111100 | 1000111 | 0 | 11010 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #49FEBC
Complementary color
Monochromatic Colors of #49FEBC
Black with #49FEBC
Text Example
Text Example
White with #49FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEBC; }
p { color: rgb(73,254,188); }
H1.HeaderClassName
{
color: #49FEBC;
}
.AnyTagClassName
{
color: #49FEBC;
}
</style>
background-color css
<style>
a { background-color: #49FEBC; }
a { background-color: rgb(73,254,188); }
div.DivClassName
{
background-color: #49FEBC;
}
.BgClassName
{
background-color: #49FEBC;
}
</style>
border-color css
<style>
span { border-color: #49FEBC; }
span { border-color: rgb(73,254,188); }
td.TdClassName
{
border-color: #49FEBC;
}
.TagClassName
{
border-color: #49FEBC;
}
</style>