Shades of Medium Turquoise #49CEBA
Tints of Medium Turquoise #49CEBA
RGB
CMYK
RGB Variations
Color information
#49CEBA (or 0x49CEBA) is known color: Medium Turquoise. HEX triplet: 49, CE and BA. RGB value is (73,206,186). Sum of RGB (Red+Green+Blue) = 73+206+186=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEBA is #B63145. Grayscale: #A3A3A3. Windows color (decimal): -11940166 or 12242505. OLE color: 12242505.
HSL color Cylindrical-coordinate representation of color #49CEBA: hue angle of 170.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEBA is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 186 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.19 |
| HSL | 170.98º | 0.58% | 0.55% | - |
| HSV(B) | 170.98º | 0.65% | 0.81% | - |
| XYZ | 33.68 | 49.1 | 54.16 | - |
| YUV | 163.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 186 | 0.65 | 0 | 0.10 | 0.19 | 170.98 | 0.58 | 0.55 |
| Hex | 49 | CE | BA | 41 | 0 | A | 13 | AB | 3A | 37 |
| Octal | 111 | 316 | 272 | 101 | 0 | 12 | 23 | 253 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10111010 | 1000001 | 0 | 1010 | 10011 | 10101011 | 111010 | 110111 |
Color Harmonies of #49CEBA
Complementary color
Monochromatic Colors of #49CEBA
Black with #49CEBA
Text Example
Text Example
White with #49CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEBA; }
p { color: rgb(73,206,186); }
H1.HeaderClassName
{
color: #49CEBA;
}
.AnyTagClassName
{
color: #49CEBA;
}
</style>
background-color css
<style>
a { background-color: #49CEBA; }
a { background-color: rgb(73,206,186); }
div.DivClassName
{
background-color: #49CEBA;
}
.BgClassName
{
background-color: #49CEBA;
}
</style>
border-color css
<style>
span { border-color: #49CEBA; }
span { border-color: rgb(73,206,186); }
td.TdClassName
{
border-color: #49CEBA;
}
.TagClassName
{
border-color: #49CEBA;
}
</style>