Shades of Turquoise #49EAC0
Tints of Turquoise #49EAC0
RGB
CMYK
RGB Variations
Color information
#49EAC0 (or 0x49EAC0) is known color: Turquoise. HEX triplet: 49, EA and C0. RGB value is (73,234,192). Sum of RGB (Red+Green+Blue) = 73+234+192=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAC0 is #B6153F. Grayscale: #B5B5B5. Windows color (decimal): -11932992 or 12642889. OLE color: 12642889.
HSL color Cylindrical-coordinate representation of color #49EAC0: hue angle of 164.35º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAC0 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 192 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.08 |
| HSL | 164.35º | 0.79% | 0.6% | - |
| HSV(B) | 164.35º | 0.69% | 0.92% | - |
| XYZ | 41.68 | 64.07 | 60.04 | - |
| YUV | 181.07 | 134.16 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 192 | 0.69 | 0 | 0.18 | 0.08 | 164.35 | 0.79 | 0.6 |
| Hex | 49 | EA | C0 | 45 | 0 | 12 | 8 | A4 | 4F | 3C |
| Octal | 111 | 352 | 300 | 105 | 0 | 22 | 10 | 244 | 117 | 74 |
| Binary | 1001001 | 11101010 | 11000000 | 1000101 | 0 | 10010 | 1000 | 10100100 | 1001111 | 111100 |
Color Harmonies of #49EAC0
Complementary color
Monochromatic Colors of #49EAC0
Black with #49EAC0
Text Example
Text Example
White with #49EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EAC0; }
p { color: rgb(73,234,192); }
H1.HeaderClassName
{
color: #49EAC0;
}
.AnyTagClassName
{
color: #49EAC0;
}
</style>
background-color css
<style>
a { background-color: #49EAC0; }
a { background-color: rgb(73,234,192); }
div.DivClassName
{
background-color: #49EAC0;
}
.BgClassName
{
background-color: #49EAC0;
}
</style>
border-color css
<style>
span { border-color: #49EAC0; }
span { border-color: rgb(73,234,192); }
td.TdClassName
{
border-color: #49EAC0;
}
.TagClassName
{
border-color: #49EAC0;
}
</style>