Shades of Turquoise #49F7DC
Tints of Turquoise #49F7DC
RGB
CMYK
RGB Variations
Color information
#49F7DC (or 0x49F7DC) is known color: Turquoise. HEX triplet: 49, F7 and DC. RGB value is (73,247,220). Sum of RGB (Red+Green+Blue) = 73+247+220=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7DC is #B60823. Grayscale: #BFBFBF. Windows color (decimal): -11929636 or 14481225. OLE color: 14481225.
HSL color Cylindrical-coordinate representation of color #49F7DC: hue angle of 170.69º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F7DC is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 220 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.03 |
| HSL | 170.69º | 0.92% | 0.63% | - |
| HSV(B) | 170.69º | 0.7% | 0.97% | - |
| XYZ | 48.93 | 73.11 | 79.24 | - |
| YUV | 191.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 220 | 0.70 | 0 | 0.11 | 0.03 | 170.69 | 0.92 | 0.63 |
| Hex | 49 | F7 | DC | 46 | 0 | B | 3 | AB | 5C | 3F |
| Octal | 111 | 367 | 334 | 106 | 0 | 13 | 3 | 253 | 134 | 77 |
| Binary | 1001001 | 11110111 | 11011100 | 1000110 | 0 | 1011 | 11 | 10101011 | 1011100 | 111111 |
Color Harmonies of #49F7DC
Complementary color
Monochromatic Colors of #49F7DC
Black with #49F7DC
Text Example
Text Example
White with #49F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F7DC; }
p { color: rgb(73,247,220); }
H1.HeaderClassName
{
color: #49F7DC;
}
.AnyTagClassName
{
color: #49F7DC;
}
</style>
background-color css
<style>
a { background-color: #49F7DC; }
a { background-color: rgb(73,247,220); }
div.DivClassName
{
background-color: #49F7DC;
}
.BgClassName
{
background-color: #49F7DC;
}
</style>
border-color css
<style>
span { border-color: #49F7DC; }
span { border-color: rgb(73,247,220); }
td.TdClassName
{
border-color: #49F7DC;
}
.TagClassName
{
border-color: #49F7DC;
}
</style>