Shades of Medium Turquoise #49BEBA
Tints of Medium Turquoise #49BEBA
RGB
CMYK
RGB Variations
Color information
#49BEBA (or 0x49BEBA) is known color: Medium Turquoise. HEX triplet: 49, BE and BA. RGB value is (73,190,186). Sum of RGB (Red+Green+Blue) = 73+190+186=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEBA is #B64145. Grayscale: #9A9A9A. Windows color (decimal): -11944262 or 12238409. OLE color: 12238409.
HSL color Cylindrical-coordinate representation of color #49BEBA: hue angle of 177.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEBA is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 186 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.25 |
| HSL | 177.95º | 0.47% | 0.52% | - |
| HSV(B) | 177.95º | 0.62% | 0.75% | - |
| XYZ | 30.02 | 41.79 | 52.94 | - |
| YUV | 154.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 186 | 0.62 | 0 | 0.02 | 0.25 | 177.95 | 0.47 | 0.52 |
| Hex | 49 | BE | BA | 3E | 0 | 2 | 19 | B2 | 2F | 34 |
| Octal | 111 | 276 | 272 | 76 | 0 | 2 | 31 | 262 | 57 | 64 |
| Binary | 1001001 | 10111110 | 10111010 | 111110 | 0 | 10 | 11001 | 10110010 | 101111 | 110100 |
Color Harmonies of #49BEBA
Complementary color
Monochromatic Colors of #49BEBA
Black with #49BEBA
Text Example
Text Example
White with #49BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEBA; }
p { color: rgb(73,190,186); }
H1.HeaderClassName
{
color: #49BEBA;
}
.AnyTagClassName
{
color: #49BEBA;
}
</style>
background-color css
<style>
a { background-color: #49BEBA; }
a { background-color: rgb(73,190,186); }
div.DivClassName
{
background-color: #49BEBA;
}
.BgClassName
{
background-color: #49BEBA;
}
</style>
border-color css
<style>
span { border-color: #49BEBA; }
span { border-color: rgb(73,190,186); }
td.TdClassName
{
border-color: #49BEBA;
}
.TagClassName
{
border-color: #49BEBA;
}
</style>