Shades of Turquoise #49DCD1
Tints of Turquoise #49DCD1
RGB
CMYK
RGB Variations
Color information
#49DCD1 (or 0x49DCD1) is known color: Turquoise. HEX triplet: 49, DC and D1. RGB value is (73,220,209). Sum of RGB (Red+Green+Blue) = 73+220+209=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD1 is #B6232E. Grayscale: #AEAEAE. Windows color (decimal): -11936559 or 13753417. OLE color: 13753417.
HSL color Cylindrical-coordinate representation of color #49DCD1: hue angle of 175.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCD1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 209 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.14 |
| HSL | 175.51º | 0.68% | 0.57% | - |
| HSV(B) | 175.51º | 0.67% | 0.86% | - |
| XYZ | 39.85 | 57.21 | 69.26 | - |
| YUV | 174.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 209 | 0.67 | 0 | 0.05 | 0.14 | 175.51 | 0.68 | 0.57 |
| Hex | 49 | DC | D1 | 43 | 0 | 5 | E | B0 | 44 | 39 |
| Octal | 111 | 334 | 321 | 103 | 0 | 5 | 16 | 260 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11010001 | 1000011 | 0 | 101 | 1110 | 10110000 | 1000100 | 111001 |
Color Harmonies of #49DCD1
Complementary color
Monochromatic Colors of #49DCD1
Black with #49DCD1
Text Example
Text Example
White with #49DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCD1; }
p { color: rgb(73,220,209); }
H1.HeaderClassName
{
color: #49DCD1;
}
.AnyTagClassName
{
color: #49DCD1;
}
</style>
background-color css
<style>
a { background-color: #49DCD1; }
a { background-color: rgb(73,220,209); }
div.DivClassName
{
background-color: #49DCD1;
}
.BgClassName
{
background-color: #49DCD1;
}
</style>
border-color css
<style>
span { border-color: #49DCD1; }
span { border-color: rgb(73,220,209); }
td.TdClassName
{
border-color: #49DCD1;
}
.TagClassName
{
border-color: #49DCD1;
}
</style>