Shades of Medium Turquoise #49D0D1
Tints of Medium Turquoise #49D0D1
RGB
CMYK
RGB Variations
Color information
#49D0D1 (or 0x49D0D1) is known color: Medium Turquoise. HEX triplet: 49, D0 and D1. RGB value is (73,208,209). Sum of RGB (Red+Green+Blue) = 73+208+209=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #49D0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0D1 is #B62F2E. Grayscale: #A7A7A7. Windows color (decimal): -11939631 or 13750345. OLE color: 13750345.
HSL color Cylindrical-coordinate representation of color #49D0D1: hue angle of 180.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D0D1 is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 209 | - |
| CMYK | 0.65 | 0.00 | 0 | 0.18 |
| HSL | 180.44º | 0.6% | 0.55% | - |
| HSV(B) | 180.44º | 0.65% | 0.82% | - |
| XYZ | 36.81 | 51.13 | 68.25 | - |
| YUV | 167.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 209 | 0.65 | 0.00 | 0 | 0.18 | 180.44 | 0.6 | 0.55 |
| Hex | 49 | D0 | D1 | 41 | 0 | 0 | 12 | B4 | 3C | 37 |
| Octal | 111 | 320 | 321 | 101 | 0 | 0 | 22 | 264 | 74 | 67 |
| Binary | 1001001 | 11010000 | 11010001 | 1000001 | 0 | 0 | 10010 | 10110100 | 111100 | 110111 |
Color Harmonies of #49D0D1
Complementary color
Monochromatic Colors of #49D0D1
Black with #49D0D1
Text Example
Text Example
White with #49D0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D0D1; }
p { color: rgb(73,208,209); }
H1.HeaderClassName
{
color: #49D0D1;
}
.AnyTagClassName
{
color: #49D0D1;
}
</style>
background-color css
<style>
a { background-color: #49D0D1; }
a { background-color: rgb(73,208,209); }
div.DivClassName
{
background-color: #49D0D1;
}
.BgClassName
{
background-color: #49D0D1;
}
</style>
border-color css
<style>
span { border-color: #49D0D1; }
span { border-color: rgb(73,208,209); }
td.TdClassName
{
border-color: #49D0D1;
}
.TagClassName
{
border-color: #49D0D1;
}
</style>