Shades of Turquoise #49F0DA
Tints of Turquoise #49F0DA
RGB
CMYK
RGB Variations
Color information
#49F0DA (or 0x49F0DA) is known color: Turquoise. HEX triplet: 49, F0 and DA. RGB value is (73,240,218). Sum of RGB (Red+Green+Blue) = 73+240+218=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0DA is #B60F25. Grayscale: #BBBBBB. Windows color (decimal): -11931430 or 14348361. OLE color: 14348361.
HSL color Cylindrical-coordinate representation of color #49F0DA: hue angle of 172.1º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0DA is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 218 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.06 |
| HSL | 172.1º | 0.85% | 0.61% | - |
| HSV(B) | 172.1º | 0.7% | 0.94% | - |
| XYZ | 46.56 | 68.8 | 77.16 | - |
| YUV | 187.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 218 | 0.70 | 0 | 0.09 | 0.06 | 172.1 | 0.85 | 0.61 |
| Hex | 49 | F0 | DA | 46 | 0 | 9 | 6 | AC | 55 | 3D |
| Octal | 111 | 360 | 332 | 106 | 0 | 11 | 6 | 254 | 125 | 75 |
| Binary | 1001001 | 11110000 | 11011010 | 1000110 | 0 | 1001 | 110 | 10101100 | 1010101 | 111101 |
Color Harmonies of #49F0DA
Complementary color
Monochromatic Colors of #49F0DA
Black with #49F0DA
Text Example
Text Example
White with #49F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F0DA; }
p { color: rgb(73,240,218); }
H1.HeaderClassName
{
color: #49F0DA;
}
.AnyTagClassName
{
color: #49F0DA;
}
</style>
background-color css
<style>
a { background-color: #49F0DA; }
a { background-color: rgb(73,240,218); }
div.DivClassName
{
background-color: #49F0DA;
}
.BgClassName
{
background-color: #49F0DA;
}
</style>
border-color css
<style>
span { border-color: #49F0DA; }
span { border-color: rgb(73,240,218); }
td.TdClassName
{
border-color: #49F0DA;
}
.TagClassName
{
border-color: #49F0DA;
}
</style>