Shades of Medium Turquoise #49D1D5
Tints of Medium Turquoise #49D1D5
RGB
CMYK
RGB Variations
Color information
#49D1D5 (or 0x49D1D5) is known color: Medium Turquoise. HEX triplet: 49, D1 and D5. RGB value is (73,209,213). Sum of RGB (Red+Green+Blue) = 73+209+213=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #49D1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1D5 is #B62E2A. Grayscale: #A8A8A8. Windows color (decimal): -11939371 or 14012745. OLE color: 14012745.
HSL color Cylindrical-coordinate representation of color #49D1D5: hue angle of 181.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D1D5 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 209 | 213 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.16 |
| HSL | 181.71º | 0.63% | 0.56% | - |
| HSV(B) | 181.71º | 0.66% | 0.84% | - |
| XYZ | 37.56 | 51.82 | 70.97 | - |
| YUV | 168.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 213 | 0.66 | 0.02 | 0 | 0.16 | 181.71 | 0.63 | 0.56 |
| Hex | 49 | D1 | D5 | 42 | 2 | 0 | 10 | B6 | 3E | 38 |
| Octal | 111 | 321 | 325 | 102 | 2 | 0 | 20 | 266 | 76 | 70 |
| Binary | 1001001 | 11010001 | 11010101 | 1000010 | 10 | 0 | 10000 | 10110110 | 111110 | 111000 |
Color Harmonies of #49D1D5
Complementary color
Monochromatic Colors of #49D1D5
Black with #49D1D5
Text Example
Text Example
White with #49D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1D5; }
p { color: rgb(73,209,213); }
H1.HeaderClassName
{
color: #49D1D5;
}
.AnyTagClassName
{
color: #49D1D5;
}
</style>
background-color css
<style>
a { background-color: #49D1D5; }
a { background-color: rgb(73,209,213); }
div.DivClassName
{
background-color: #49D1D5;
}
.BgClassName
{
background-color: #49D1D5;
}
</style>
border-color css
<style>
span { border-color: #49D1D5; }
span { border-color: rgb(73,209,213); }
td.TdClassName
{
border-color: #49D1D5;
}
.TagClassName
{
border-color: #49D1D5;
}
</style>