Shades of Turquoise #49F7D3
Tints of Turquoise #49F7D3
RGB
CMYK
RGB Variations
Color information
#49F7D3 (or 0x49F7D3) is known color: Turquoise. HEX triplet: 49, F7 and D3. RGB value is (73,247,211). Sum of RGB (Red+Green+Blue) = 73+247+211=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7D3 is #B6082C. Grayscale: #BEBEBE. Windows color (decimal): -11929645 or 13891401. OLE color: 13891401.
HSL color Cylindrical-coordinate representation of color #49F7D3: hue angle of 167.59º 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 #49F7D3 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 211 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.03 |
| HSL | 167.59º | 0.92% | 0.63% | - |
| HSV(B) | 167.59º | 0.7% | 0.97% | - |
| XYZ | 47.77 | 72.64 | 73.13 | - |
| YUV | 190.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 211 | 0.70 | 0 | 0.15 | 0.03 | 167.59 | 0.92 | 0.63 |
| Hex | 49 | F7 | D3 | 46 | 0 | F | 3 | A8 | 5C | 3F |
| Octal | 111 | 367 | 323 | 106 | 0 | 17 | 3 | 250 | 134 | 77 |
| Binary | 1001001 | 11110111 | 11010011 | 1000110 | 0 | 1111 | 11 | 10101000 | 1011100 | 111111 |
Color Harmonies of #49F7D3
Complementary color
Monochromatic Colors of #49F7D3
Black with #49F7D3
Text Example
Text Example
White with #49F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F7D3; }
p { color: rgb(73,247,211); }
H1.HeaderClassName
{
color: #49F7D3;
}
.AnyTagClassName
{
color: #49F7D3;
}
</style>
background-color css
<style>
a { background-color: #49F7D3; }
a { background-color: rgb(73,247,211); }
div.DivClassName
{
background-color: #49F7D3;
}
.BgClassName
{
background-color: #49F7D3;
}
</style>
border-color css
<style>
span { border-color: #49F7D3; }
span { border-color: rgb(73,247,211); }
td.TdClassName
{
border-color: #49F7D3;
}
.TagClassName
{
border-color: #49F7D3;
}
</style>