Shades of Turquoise #49F5D1
Tints of Turquoise #49F5D1
RGB
CMYK
RGB Variations
Color information
#49F5D1 (or 0x49F5D1) is known color: Turquoise. HEX triplet: 49, F5 and D1. RGB value is (73,245,209). Sum of RGB (Red+Green+Blue) = 73+245+209=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5D1 is #B60A2E. Grayscale: #BDBDBD. Windows color (decimal): -11930159 or 13759817. OLE color: 13759817.
HSL color Cylindrical-coordinate representation of color #49F5D1: hue angle of 167.44º 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 #49F5D1 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 209 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.04 |
| HSL | 167.44º | 0.9% | 0.62% | - |
| HSV(B) | 167.44º | 0.7% | 0.96% | - |
| XYZ | 46.91 | 71.32 | 71.62 | - |
| YUV | 189.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 209 | 0.70 | 0 | 0.15 | 0.04 | 167.44 | 0.9 | 0.62 |
| Hex | 49 | F5 | D1 | 46 | 0 | F | 4 | A7 | 5A | 3E |
| Octal | 111 | 365 | 321 | 106 | 0 | 17 | 4 | 247 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11010001 | 1000110 | 0 | 1111 | 100 | 10100111 | 1011010 | 111110 |
Color Harmonies of #49F5D1
Complementary color
Monochromatic Colors of #49F5D1
Black with #49F5D1
Text Example
Text Example
White with #49F5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5D1; }
p { color: rgb(73,245,209); }
H1.HeaderClassName
{
color: #49F5D1;
}
.AnyTagClassName
{
color: #49F5D1;
}
</style>
background-color css
<style>
a { background-color: #49F5D1; }
a { background-color: rgb(73,245,209); }
div.DivClassName
{
background-color: #49F5D1;
}
.BgClassName
{
background-color: #49F5D1;
}
</style>
border-color css
<style>
span { border-color: #49F5D1; }
span { border-color: rgb(73,245,209); }
td.TdClassName
{
border-color: #49F5D1;
}
.TagClassName
{
border-color: #49F5D1;
}
</style>