Shades of Medium Turquoise #49CEE9
Tints of Medium Turquoise #49CEE9
RGB
CMYK
RGB Variations
Color information
#49CEE9 (or 0x49CEE9) is known color: Medium Turquoise. HEX triplet: 49, CE and E9. RGB value is (73,206,233). Sum of RGB (Red+Green+Blue) = 73+206+233=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #49CEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEE9 is #B63116. Grayscale: #A9A9A9. Windows color (decimal): -11940119 or 15322697. OLE color: 15322697.
HSL color Cylindrical-coordinate representation of color #49CEE9: hue angle of 190.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CEE9 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 206 | 233 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.09 |
| HSL | 190.13º | 0.78% | 0.6% | - |
| HSV(B) | 190.13º | 0.69% | 0.91% | - |
| XYZ | 39.53 | 51.44 | 84.94 | - |
| YUV | 169.31 | 163.94 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 233 | 0.69 | 0.12 | 0 | 0.09 | 190.13 | 0.78 | 0.6 |
| Hex | 49 | CE | E9 | 45 | C | 0 | 9 | BE | 4E | 3C |
| Octal | 111 | 316 | 351 | 105 | 14 | 0 | 11 | 276 | 116 | 74 |
| Binary | 1001001 | 11001110 | 11101001 | 1000101 | 1100 | 0 | 1001 | 10111110 | 1001110 | 111100 |
Color Harmonies of #49CEE9
Complementary color
Monochromatic Colors of #49CEE9
Black with #49CEE9
Text Example
Text Example
White with #49CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEE9; }
p { color: rgb(73,206,233); }
H1.HeaderClassName
{
color: #49CEE9;
}
.AnyTagClassName
{
color: #49CEE9;
}
</style>
background-color css
<style>
a { background-color: #49CEE9; }
a { background-color: rgb(73,206,233); }
div.DivClassName
{
background-color: #49CEE9;
}
.BgClassName
{
background-color: #49CEE9;
}
</style>
border-color css
<style>
span { border-color: #49CEE9; }
span { border-color: rgb(73,206,233); }
td.TdClassName
{
border-color: #49CEE9;
}
.TagClassName
{
border-color: #49CEE9;
}
</style>