Shades of Turquoise #49DBEB
Tints of Turquoise #49DBEB
RGB
CMYK
RGB Variations
Color information
#49DBEB (or 0x49DBEB) is known color: Turquoise. HEX triplet: 49, DB and EB. RGB value is (73,219,235). Sum of RGB (Red+Green+Blue) = 73+219+235=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBEB is #B62414. Grayscale: #B0B0B0. Windows color (decimal): -11936789 or 15457097. OLE color: 15457097.
HSL color Cylindrical-coordinate representation of color #49DBEB: hue angle of 185.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DBEB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 219 | 235 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.08 |
| HSL | 185.93º | 0.8% | 0.6% | - |
| HSV(B) | 185.93º | 0.69% | 0.92% | - |
| XYZ | 43.07 | 58.08 | 87.54 | - |
| YUV | 177.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 235 | 0.69 | 0.07 | 0 | 0.08 | 185.93 | 0.8 | 0.6 |
| Hex | 49 | DB | EB | 45 | 7 | 0 | 8 | BA | 50 | 3C |
| Octal | 111 | 333 | 353 | 105 | 7 | 0 | 10 | 272 | 120 | 74 |
| Binary | 1001001 | 11011011 | 11101011 | 1000101 | 111 | 0 | 1000 | 10111010 | 1010000 | 111100 |
Color Harmonies of #49DBEB
Complementary color
Monochromatic Colors of #49DBEB
Black with #49DBEB
Text Example
Text Example
White with #49DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBEB; }
p { color: rgb(73,219,235); }
H1.HeaderClassName
{
color: #49DBEB;
}
.AnyTagClassName
{
color: #49DBEB;
}
</style>
background-color css
<style>
a { background-color: #49DBEB; }
a { background-color: rgb(73,219,235); }
div.DivClassName
{
background-color: #49DBEB;
}
.BgClassName
{
background-color: #49DBEB;
}
</style>
border-color css
<style>
span { border-color: #49DBEB; }
span { border-color: rgb(73,219,235); }
td.TdClassName
{
border-color: #49DBEB;
}
.TagClassName
{
border-color: #49DBEB;
}
</style>