Shades of Turquoise #49DCBE
Tints of Turquoise #49DCBE
RGB
CMYK
RGB Variations
Color information
#49DCBE (or 0x49DCBE) is known color: Turquoise. HEX triplet: 49, DC and BE. RGB value is (73,220,190). Sum of RGB (Red+Green+Blue) = 73+220+190=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCBE is #B62341. Grayscale: #ACACAC. Windows color (decimal): -11936578 or 12508233. OLE color: 12508233.
HSL color Cylindrical-coordinate representation of color #49DCBE: hue angle of 167.76º 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 #49DCBE is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 190 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.14 |
| HSL | 167.76º | 0.68% | 0.57% | - |
| HSV(B) | 167.76º | 0.67% | 0.86% | - |
| XYZ | 37.64 | 56.32 | 57.6 | - |
| YUV | 172.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 190 | 0.67 | 0 | 0.14 | 0.14 | 167.76 | 0.68 | 0.57 |
| Hex | 49 | DC | BE | 43 | 0 | E | E | A8 | 44 | 39 |
| Octal | 111 | 334 | 276 | 103 | 0 | 16 | 16 | 250 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10111110 | 1000011 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111001 |
Color Harmonies of #49DCBE
Complementary color
Monochromatic Colors of #49DCBE
Black with #49DCBE
Text Example
Text Example
White with #49DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCBE; }
p { color: rgb(73,220,190); }
H1.HeaderClassName
{
color: #49DCBE;
}
.AnyTagClassName
{
color: #49DCBE;
}
</style>
background-color css
<style>
a { background-color: #49DCBE; }
a { background-color: rgb(73,220,190); }
div.DivClassName
{
background-color: #49DCBE;
}
.BgClassName
{
background-color: #49DCBE;
}
</style>
border-color css
<style>
span { border-color: #49DCBE; }
span { border-color: rgb(73,220,190); }
td.TdClassName
{
border-color: #49DCBE;
}
.TagClassName
{
border-color: #49DCBE;
}
</style>