Shades of Medium Turquoise #49CEBD
Tints of Medium Turquoise #49CEBD
RGB
CMYK
RGB Variations
Color information
#49CEBD (or 0x49CEBD) is known color: Medium Turquoise. HEX triplet: 49, CE and BD. RGB value is (73,206,189). Sum of RGB (Red+Green+Blue) = 73+206+189=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEBD is #B63142. Grayscale: #A4A4A4. Windows color (decimal): -11940163 or 12439113. OLE color: 12439113.
HSL color Cylindrical-coordinate representation of color #49CEBD: hue angle of 172.33º 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 #49CEBD is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 189 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.19 |
| HSL | 172.33º | 0.58% | 0.55% | - |
| HSV(B) | 172.33º | 0.65% | 0.81% | - |
| XYZ | 34 | 49.23 | 55.85 | - |
| YUV | 164.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 189 | 0.65 | 0 | 0.08 | 0.19 | 172.33 | 0.58 | 0.55 |
| Hex | 49 | CE | BD | 41 | 0 | 8 | 13 | AC | 3A | 37 |
| Octal | 111 | 316 | 275 | 101 | 0 | 10 | 23 | 254 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10111101 | 1000001 | 0 | 1000 | 10011 | 10101100 | 111010 | 110111 |
Color Harmonies of #49CEBD
Complementary color
Monochromatic Colors of #49CEBD
Black with #49CEBD
Text Example
Text Example
White with #49CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEBD; }
p { color: rgb(73,206,189); }
H1.HeaderClassName
{
color: #49CEBD;
}
.AnyTagClassName
{
color: #49CEBD;
}
</style>
background-color css
<style>
a { background-color: #49CEBD; }
a { background-color: rgb(73,206,189); }
div.DivClassName
{
background-color: #49CEBD;
}
.BgClassName
{
background-color: #49CEBD;
}
</style>
border-color css
<style>
span { border-color: #49CEBD; }
span { border-color: rgb(73,206,189); }
td.TdClassName
{
border-color: #49CEBD;
}
.TagClassName
{
border-color: #49CEBD;
}
</style>