Shades of Medium Turquoise #49CEBB
Tints of Medium Turquoise #49CEBB
RGB
CMYK
RGB Variations
Color information
#49CEBB (or 0x49CEBB) is known color: Medium Turquoise. HEX triplet: 49, CE and BB. RGB value is (73,206,187). Sum of RGB (Red+Green+Blue) = 73+206+187=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEBB is #B63144. Grayscale: #A4A4A4. Windows color (decimal): -11940165 or 12308041. OLE color: 12308041.
HSL color Cylindrical-coordinate representation of color #49CEBB: hue angle of 171.43º 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 #49CEBB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 187 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.19 |
| HSL | 171.43º | 0.58% | 0.55% | - |
| HSV(B) | 171.43º | 0.65% | 0.81% | - |
| XYZ | 33.79 | 49.15 | 54.72 | - |
| YUV | 164.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 187 | 0.65 | 0 | 0.09 | 0.19 | 171.43 | 0.58 | 0.55 |
| Hex | 49 | CE | BB | 41 | 0 | 9 | 13 | AB | 3A | 37 |
| Octal | 111 | 316 | 273 | 101 | 0 | 11 | 23 | 253 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10111011 | 1000001 | 0 | 1001 | 10011 | 10101011 | 111010 | 110111 |
Color Harmonies of #49CEBB
Complementary color
Monochromatic Colors of #49CEBB
Black with #49CEBB
Text Example
Text Example
White with #49CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEBB; }
p { color: rgb(73,206,187); }
H1.HeaderClassName
{
color: #49CEBB;
}
.AnyTagClassName
{
color: #49CEBB;
}
</style>
background-color css
<style>
a { background-color: #49CEBB; }
a { background-color: rgb(73,206,187); }
div.DivClassName
{
background-color: #49CEBB;
}
.BgClassName
{
background-color: #49CEBB;
}
</style>
border-color css
<style>
span { border-color: #49CEBB; }
span { border-color: rgb(73,206,187); }
td.TdClassName
{
border-color: #49CEBB;
}
.TagClassName
{
border-color: #49CEBB;
}
</style>