Shades of Turquoise #49F9D0
Tints of Turquoise #49F9D0
RGB
CMYK
RGB Variations
Color information
#49F9D0 (or 0x49F9D0) is known color: Turquoise. HEX triplet: 49, F9 and D0. RGB value is (73,249,208). Sum of RGB (Red+Green+Blue) = 73+249+208=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F9D0 is #B6062F. Grayscale: #BFBFBF. Windows color (decimal): -11929136 or 13695305. OLE color: 13695305.
HSL color Cylindrical-coordinate representation of color #49F9D0: hue angle of 166.02º 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 #49F9D0 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 208 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.02 |
| HSL | 166.02º | 0.94% | 0.63% | - |
| HSV(B) | 166.02º | 0.71% | 0.98% | - |
| XYZ | 48.01 | 73.72 | 71.37 | - |
| YUV | 191.7 | 137.19 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 208 | 0.71 | 0 | 0.16 | 0.02 | 166.02 | 0.94 | 0.63 |
| Hex | 49 | F9 | D0 | 47 | 0 | 10 | 2 | A6 | 5E | 3F |
| Octal | 111 | 371 | 320 | 107 | 0 | 20 | 2 | 246 | 136 | 77 |
| Binary | 1001001 | 11111001 | 11010000 | 1000111 | 0 | 10000 | 10 | 10100110 | 1011110 | 111111 |
Color Harmonies of #49F9D0
Complementary color
Monochromatic Colors of #49F9D0
Black with #49F9D0
Text Example
Text Example
White with #49F9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9D0; }
p { color: rgb(73,249,208); }
H1.HeaderClassName
{
color: #49F9D0;
}
.AnyTagClassName
{
color: #49F9D0;
}
</style>
background-color css
<style>
a { background-color: #49F9D0; }
a { background-color: rgb(73,249,208); }
div.DivClassName
{
background-color: #49F9D0;
}
.BgClassName
{
background-color: #49F9D0;
}
</style>
border-color css
<style>
span { border-color: #49F9D0; }
span { border-color: rgb(73,249,208); }
td.TdClassName
{
border-color: #49F9D0;
}
.TagClassName
{
border-color: #49F9D0;
}
</style>