Shades of Turquoise #49DBEC
Tints of Turquoise #49DBEC
RGB
CMYK
RGB Variations
Color information
#49DBEC (or 0x49DBEC) is known color: Turquoise. HEX triplet: 49, DB and EC. RGB value is (73,219,236). Sum of RGB (Red+Green+Blue) = 73+219+236=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #49DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBEC is #B62413. Grayscale: #B1B1B1. Windows color (decimal): -11936788 or 15522633. OLE color: 15522633.
HSL color Cylindrical-coordinate representation of color #49DBEC: hue angle of 186.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DBEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 219 | 236 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.07 |
| HSL | 186.26º | 0.81% | 0.61% | - |
| HSV(B) | 186.26º | 0.69% | 0.93% | - |
| XYZ | 43.22 | 58.14 | 88.3 | - |
| YUV | 177.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 236 | 0.69 | 0.07 | 0 | 0.07 | 186.26 | 0.81 | 0.61 |
| Hex | 49 | DB | EC | 45 | 7 | 0 | 7 | BA | 51 | 3D |
| Octal | 111 | 333 | 354 | 105 | 7 | 0 | 7 | 272 | 121 | 75 |
| Binary | 1001001 | 11011011 | 11101100 | 1000101 | 111 | 0 | 111 | 10111010 | 1010001 | 111101 |
Color Harmonies of #49DBEC
Complementary color
Monochromatic Colors of #49DBEC
Black with #49DBEC
Text Example
Text Example
White with #49DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBEC; }
p { color: rgb(73,219,236); }
H1.HeaderClassName
{
color: #49DBEC;
}
.AnyTagClassName
{
color: #49DBEC;
}
</style>
background-color css
<style>
a { background-color: #49DBEC; }
a { background-color: rgb(73,219,236); }
div.DivClassName
{
background-color: #49DBEC;
}
.BgClassName
{
background-color: #49DBEC;
}
</style>
border-color css
<style>
span { border-color: #49DBEC; }
span { border-color: rgb(73,219,236); }
td.TdClassName
{
border-color: #49DBEC;
}
.TagClassName
{
border-color: #49DBEC;
}
</style>