Shades of Turquoise #49FAD2
Tints of Turquoise #49FAD2
RGB
CMYK
RGB Variations
Color information
#49FAD2 (or 0x49FAD2) is known color: Turquoise. HEX triplet: 49, FA and D2. RGB value is (73,250,210). Sum of RGB (Red+Green+Blue) = 73+250+210=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAD2 is #B6052D. Grayscale: #C0C0C0. Windows color (decimal): -11928878 or 13826633. OLE color: 13826633.
HSL color Cylindrical-coordinate representation of color #49FAD2: hue angle of 166.44º degrees, saturation: 0.95, 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 #49FAD2 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 210 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.02 |
| HSL | 166.44º | 0.95% | 0.63% | - |
| HSV(B) | 166.44º | 0.71% | 0.98% | - |
| XYZ | 48.57 | 74.44 | 72.78 | - |
| YUV | 192.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 210 | 0.71 | 0 | 0.16 | 0.02 | 166.44 | 0.95 | 0.63 |
| Hex | 49 | FA | D2 | 47 | 0 | 10 | 2 | A6 | 5F | 3F |
| Octal | 111 | 372 | 322 | 107 | 0 | 20 | 2 | 246 | 137 | 77 |
| Binary | 1001001 | 11111010 | 11010010 | 1000111 | 0 | 10000 | 10 | 10100110 | 1011111 | 111111 |
Color Harmonies of #49FAD2
Complementary color
Monochromatic Colors of #49FAD2
Black with #49FAD2
Text Example
Text Example
White with #49FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAD2; }
p { color: rgb(73,250,210); }
H1.HeaderClassName
{
color: #49FAD2;
}
.AnyTagClassName
{
color: #49FAD2;
}
</style>
background-color css
<style>
a { background-color: #49FAD2; }
a { background-color: rgb(73,250,210); }
div.DivClassName
{
background-color: #49FAD2;
}
.BgClassName
{
background-color: #49FAD2;
}
</style>
border-color css
<style>
span { border-color: #49FAD2; }
span { border-color: rgb(73,250,210); }
td.TdClassName
{
border-color: #49FAD2;
}
.TagClassName
{
border-color: #49FAD2;
}
</style>