Shades of Medium Turquoise #49CADB
Tints of Medium Turquoise #49CADB
RGB
CMYK
RGB Variations
Color information
#49CADB (or 0x49CADB) is known color: Medium Turquoise. HEX triplet: 49, CA and DB. RGB value is (73,202,219). Sum of RGB (Red+Green+Blue) = 73+202+219=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CADB is #B63524. Grayscale: #A5A5A5. Windows color (decimal): -11941157 or 14404169. OLE color: 14404169.
HSL color Cylindrical-coordinate representation of color #49CADB: hue angle of 186.99º 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 #49CADB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 202 | 219 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.14 |
| HSL | 186.99º | 0.67% | 0.57% | - |
| HSV(B) | 186.99º | 0.67% | 0.86% | - |
| XYZ | 36.65 | 48.77 | 74.5 | - |
| YUV | 165.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 219 | 0.67 | 0.08 | 0 | 0.14 | 186.99 | 0.67 | 0.57 |
| Hex | 49 | CA | DB | 43 | 8 | 0 | E | BB | 43 | 39 |
| Octal | 111 | 312 | 333 | 103 | 10 | 0 | 16 | 273 | 103 | 71 |
| Binary | 1001001 | 11001010 | 11011011 | 1000011 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111001 |
Color Harmonies of #49CADB
Complementary color
Monochromatic Colors of #49CADB
Black with #49CADB
Text Example
Text Example
White with #49CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CADB; }
p { color: rgb(73,202,219); }
H1.HeaderClassName
{
color: #49CADB;
}
.AnyTagClassName
{
color: #49CADB;
}
</style>
background-color css
<style>
a { background-color: #49CADB; }
a { background-color: rgb(73,202,219); }
div.DivClassName
{
background-color: #49CADB;
}
.BgClassName
{
background-color: #49CADB;
}
</style>
border-color css
<style>
span { border-color: #49CADB; }
span { border-color: rgb(73,202,219); }
td.TdClassName
{
border-color: #49CADB;
}
.TagClassName
{
border-color: #49CADB;
}
</style>