Shades of Turquoise #49F5D0
Tints of Turquoise #49F5D0
RGB
CMYK
RGB Variations
Color information
#49F5D0 (or 0x49F5D0) is known color: Turquoise. HEX triplet: 49, F5 and D0. RGB value is (73,245,208). Sum of RGB (Red+Green+Blue) = 73+245+208=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5D0 is #B60A2F. Grayscale: #BDBDBD. Windows color (decimal): -11930160 or 13694281. OLE color: 13694281.
HSL color Cylindrical-coordinate representation of color #49F5D0: hue angle of 167.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F5D0 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 208 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.04 |
| HSL | 167.09º | 0.9% | 0.62% | - |
| HSV(B) | 167.09º | 0.7% | 0.96% | - |
| XYZ | 46.79 | 71.28 | 70.97 | - |
| YUV | 189.35 | 138.52 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 208 | 0.70 | 0 | 0.15 | 0.04 | 167.09 | 0.9 | 0.62 |
| Hex | 49 | F5 | D0 | 46 | 0 | F | 4 | A7 | 5A | 3E |
| Octal | 111 | 365 | 320 | 106 | 0 | 17 | 4 | 247 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11010000 | 1000110 | 0 | 1111 | 100 | 10100111 | 1011010 | 111110 |
Color Harmonies of #49F5D0
Complementary color
Monochromatic Colors of #49F5D0
Black with #49F5D0
Text Example
Text Example
White with #49F5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5D0; }
p { color: rgb(73,245,208); }
H1.HeaderClassName
{
color: #49F5D0;
}
.AnyTagClassName
{
color: #49F5D0;
}
</style>
background-color css
<style>
a { background-color: #49F5D0; }
a { background-color: rgb(73,245,208); }
div.DivClassName
{
background-color: #49F5D0;
}
.BgClassName
{
background-color: #49F5D0;
}
</style>
border-color css
<style>
span { border-color: #49F5D0; }
span { border-color: rgb(73,245,208); }
td.TdClassName
{
border-color: #49F5D0;
}
.TagClassName
{
border-color: #49F5D0;
}
</style>