Shades of Medium Turquoise #49C8DB
Tints of Medium Turquoise #49C8DB
RGB
CMYK
RGB Variations
Color information
#49C8DB (or 0x49C8DB) is known color: Medium Turquoise. HEX triplet: 49, C8 and DB. RGB value is (73,200,219). Sum of RGB (Red+Green+Blue) = 73+200+219=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #49C8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8DB is #B63724. Grayscale: #A3A3A3. Windows color (decimal): -11941669 or 14403657. OLE color: 14403657.
HSL color Cylindrical-coordinate representation of color #49C8DB: hue angle of 187.81º degrees, saturation: 0.67, 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 #49C8DB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 200 | 219 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.14 |
| HSL | 187.81º | 0.67% | 0.57% | - |
| HSV(B) | 187.81º | 0.67% | 0.86% | - |
| XYZ | 36.19 | 47.84 | 74.34 | - |
| YUV | 164.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 219 | 0.67 | 0.09 | 0 | 0.14 | 187.81 | 0.67 | 0.57 |
| Hex | 49 | C8 | DB | 43 | 9 | 0 | E | BC | 43 | 39 |
| Octal | 111 | 310 | 333 | 103 | 11 | 0 | 16 | 274 | 103 | 71 |
| Binary | 1001001 | 11001000 | 11011011 | 1000011 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111001 |
Color Harmonies of #49C8DB
Complementary color
Monochromatic Colors of #49C8DB
Black with #49C8DB
Text Example
Text Example
White with #49C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C8DB; }
p { color: rgb(73,200,219); }
H1.HeaderClassName
{
color: #49C8DB;
}
.AnyTagClassName
{
color: #49C8DB;
}
</style>
background-color css
<style>
a { background-color: #49C8DB; }
a { background-color: rgb(73,200,219); }
div.DivClassName
{
background-color: #49C8DB;
}
.BgClassName
{
background-color: #49C8DB;
}
</style>
border-color css
<style>
span { border-color: #49C8DB; }
span { border-color: rgb(73,200,219); }
td.TdClassName
{
border-color: #49C8DB;
}
.TagClassName
{
border-color: #49C8DB;
}
</style>