Shades of Turquoise #49F5DA
Tints of Turquoise #49F5DA
RGB
CMYK
RGB Variations
Color information
#49F5DA (or 0x49F5DA) is known color: Turquoise. HEX triplet: 49, F5 and DA. RGB value is (73,245,218). Sum of RGB (Red+Green+Blue) = 73+245+218=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5DA is #B60A25. Grayscale: #BEBEBE. Windows color (decimal): -11930150 or 14349641. OLE color: 14349641.
HSL color Cylindrical-coordinate representation of color #49F5DA: hue angle of 170.58º 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 #49F5DA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 218 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.04 |
| HSL | 170.58º | 0.9% | 0.62% | - |
| HSV(B) | 170.58º | 0.7% | 0.96% | - |
| XYZ | 48.05 | 71.78 | 77.65 | - |
| YUV | 190.49 | 143.52 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 218 | 0.70 | 0 | 0.11 | 0.04 | 170.58 | 0.9 | 0.62 |
| Hex | 49 | F5 | DA | 46 | 0 | B | 4 | AB | 5A | 3E |
| Octal | 111 | 365 | 332 | 106 | 0 | 13 | 4 | 253 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11011010 | 1000110 | 0 | 1011 | 100 | 10101011 | 1011010 | 111110 |
Color Harmonies of #49F5DA
Complementary color
Monochromatic Colors of #49F5DA
Black with #49F5DA
Text Example
Text Example
White with #49F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5DA; }
p { color: rgb(73,245,218); }
H1.HeaderClassName
{
color: #49F5DA;
}
.AnyTagClassName
{
color: #49F5DA;
}
</style>
background-color css
<style>
a { background-color: #49F5DA; }
a { background-color: rgb(73,245,218); }
div.DivClassName
{
background-color: #49F5DA;
}
.BgClassName
{
background-color: #49F5DA;
}
</style>
border-color css
<style>
span { border-color: #49F5DA; }
span { border-color: rgb(73,245,218); }
td.TdClassName
{
border-color: #49F5DA;
}
.TagClassName
{
border-color: #49F5DA;
}
</style>