Shades of Turquoise #49DCD3
Tints of Turquoise #49DCD3
RGB
CMYK
RGB Variations
Color information
#49DCD3 (or 0x49DCD3) is known color: Turquoise. HEX triplet: 49, DC and D3. RGB value is (73,220,211). Sum of RGB (Red+Green+Blue) = 73+220+211=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD3 is #B6232C. Grayscale: #AEAEAE. Windows color (decimal): -11936557 or 13884489. OLE color: 13884489.
HSL color Cylindrical-coordinate representation of color #49DCD3: hue angle of 176.33º 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 #49DCD3 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 211 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.14 |
| HSL | 176.33º | 0.68% | 0.57% | - |
| HSV(B) | 176.33º | 0.67% | 0.86% | - |
| XYZ | 40.1 | 57.31 | 70.58 | - |
| YUV | 175.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 211 | 0.67 | 0 | 0.04 | 0.14 | 176.33 | 0.68 | 0.57 |
| Hex | 49 | DC | D3 | 43 | 0 | 4 | E | B0 | 44 | 39 |
| Octal | 111 | 334 | 323 | 103 | 0 | 4 | 16 | 260 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11010011 | 1000011 | 0 | 100 | 1110 | 10110000 | 1000100 | 111001 |
Color Harmonies of #49DCD3
Complementary color
Monochromatic Colors of #49DCD3
Black with #49DCD3
Text Example
Text Example
White with #49DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCD3; }
p { color: rgb(73,220,211); }
H1.HeaderClassName
{
color: #49DCD3;
}
.AnyTagClassName
{
color: #49DCD3;
}
</style>
background-color css
<style>
a { background-color: #49DCD3; }
a { background-color: rgb(73,220,211); }
div.DivClassName
{
background-color: #49DCD3;
}
.BgClassName
{
background-color: #49DCD3;
}
</style>
border-color css
<style>
span { border-color: #49DCD3; }
span { border-color: rgb(73,220,211); }
td.TdClassName
{
border-color: #49DCD3;
}
.TagClassName
{
border-color: #49DCD3;
}
</style>