Shades of Turquoise #49F9DA
Tints of Turquoise #49F9DA
RGB
CMYK
RGB Variations
Color information
#49F9DA (or 0x49F9DA) is known color: Turquoise. HEX triplet: 49, F9 and DA. RGB value is (73,249,218). Sum of RGB (Red+Green+Blue) = 73+249+218=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F9DA is #B60625. Grayscale: #C0C0C0. Windows color (decimal): -11929126 or 14350665. OLE color: 14350665.
HSL color Cylindrical-coordinate representation of color #49F9DA: hue angle of 169.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9DA is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 218 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.02 |
| HSL | 169.43º | 0.94% | 0.63% | - |
| HSV(B) | 169.43º | 0.71% | 0.98% | - |
| XYZ | 49.28 | 74.23 | 78.06 | - |
| YUV | 192.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 218 | 0.71 | 0 | 0.12 | 0.02 | 169.43 | 0.94 | 0.63 |
| Hex | 49 | F9 | DA | 47 | 0 | C | 2 | A9 | 5E | 3F |
| Octal | 111 | 371 | 332 | 107 | 0 | 14 | 2 | 251 | 136 | 77 |
| Binary | 1001001 | 11111001 | 11011010 | 1000111 | 0 | 1100 | 10 | 10101001 | 1011110 | 111111 |
Color Harmonies of #49F9DA
Complementary color
Monochromatic Colors of #49F9DA
Black with #49F9DA
Text Example
Text Example
White with #49F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9DA; }
p { color: rgb(73,249,218); }
H1.HeaderClassName
{
color: #49F9DA;
}
.AnyTagClassName
{
color: #49F9DA;
}
</style>
background-color css
<style>
a { background-color: #49F9DA; }
a { background-color: rgb(73,249,218); }
div.DivClassName
{
background-color: #49F9DA;
}
.BgClassName
{
background-color: #49F9DA;
}
</style>
border-color css
<style>
span { border-color: #49F9DA; }
span { border-color: rgb(73,249,218); }
td.TdClassName
{
border-color: #49F9DA;
}
.TagClassName
{
border-color: #49F9DA;
}
</style>