Shades of Turquoise #49F5DB
Tints of Turquoise #49F5DB
RGB
CMYK
RGB Variations
Color information
#49F5DB (or 0x49F5DB) is known color: Turquoise. HEX triplet: 49, F5 and DB. RGB value is (73,245,219). Sum of RGB (Red+Green+Blue) = 73+245+219=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5DB is #B60A24. Grayscale: #BEBEBE. Windows color (decimal): -11930149 or 14415177. OLE color: 14415177.
HSL color Cylindrical-coordinate representation of color #49F5DB: hue angle of 170.93º 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 #49F5DB is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 219 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.04 |
| HSL | 170.93º | 0.9% | 0.62% | - |
| HSV(B) | 170.93º | 0.7% | 0.96% | - |
| XYZ | 48.19 | 71.84 | 78.34 | - |
| YUV | 190.61 | 144.02 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 219 | 0.70 | 0 | 0.11 | 0.04 | 170.93 | 0.9 | 0.62 |
| Hex | 49 | F5 | DB | 46 | 0 | B | 4 | AB | 5A | 3E |
| Octal | 111 | 365 | 333 | 106 | 0 | 13 | 4 | 253 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11011011 | 1000110 | 0 | 1011 | 100 | 10101011 | 1011010 | 111110 |
Color Harmonies of #49F5DB
Complementary color
Monochromatic Colors of #49F5DB
Black with #49F5DB
Text Example
Text Example
White with #49F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5DB; }
p { color: rgb(73,245,219); }
H1.HeaderClassName
{
color: #49F5DB;
}
.AnyTagClassName
{
color: #49F5DB;
}
</style>
background-color css
<style>
a { background-color: #49F5DB; }
a { background-color: rgb(73,245,219); }
div.DivClassName
{
background-color: #49F5DB;
}
.BgClassName
{
background-color: #49F5DB;
}
</style>
border-color css
<style>
span { border-color: #49F5DB; }
span { border-color: rgb(73,245,219); }
td.TdClassName
{
border-color: #49F5DB;
}
.TagClassName
{
border-color: #49F5DB;
}
</style>