Shades of Turquoise #49F9E2
Tints of Turquoise #49F9E2
RGB
CMYK
RGB Variations
Color information
#49F9E2 (or 0x49F9E2) is known color: Turquoise. HEX triplet: 49, F9 and E2. RGB value is (73,249,226). Sum of RGB (Red+Green+Blue) = 73+249+226=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F9E2 is #B6061D. Grayscale: #C1C1C1. Windows color (decimal): -11929118 or 14874953. OLE color: 14874953.
HSL color Cylindrical-coordinate representation of color #49F9E2: hue angle of 172.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9E2 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 226 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.02 |
| HSL | 172.16º | 0.94% | 0.63% | - |
| HSV(B) | 172.16º | 0.71% | 0.98% | - |
| XYZ | 50.35 | 74.66 | 83.71 | - |
| YUV | 193.75 | 146.19 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 226 | 0.71 | 0 | 0.09 | 0.02 | 172.16 | 0.94 | 0.63 |
| Hex | 49 | F9 | E2 | 47 | 0 | 9 | 2 | AC | 5E | 3F |
| Octal | 111 | 371 | 342 | 107 | 0 | 11 | 2 | 254 | 136 | 77 |
| Binary | 1001001 | 11111001 | 11100010 | 1000111 | 0 | 1001 | 10 | 10101100 | 1011110 | 111111 |
Color Harmonies of #49F9E2
Complementary color
Monochromatic Colors of #49F9E2
Black with #49F9E2
Text Example
Text Example
White with #49F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9E2; }
p { color: rgb(73,249,226); }
H1.HeaderClassName
{
color: #49F9E2;
}
.AnyTagClassName
{
color: #49F9E2;
}
</style>
background-color css
<style>
a { background-color: #49F9E2; }
a { background-color: rgb(73,249,226); }
div.DivClassName
{
background-color: #49F9E2;
}
.BgClassName
{
background-color: #49F9E2;
}
</style>
border-color css
<style>
span { border-color: #49F9E2; }
span { border-color: rgb(73,249,226); }
td.TdClassName
{
border-color: #49F9E2;
}
.TagClassName
{
border-color: #49F9E2;
}
</style>