Shades of Medium Turquoise #49CCE9
Tints of Medium Turquoise #49CCE9
RGB
CMYK
RGB Variations
Color information
#49CCE9 (or 0x49CCE9) is known color: Medium Turquoise. HEX triplet: 49, CC and E9. RGB value is (73,204,233). Sum of RGB (Red+Green+Blue) = 73+204+233=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #49CCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCE9 is #B63316. Grayscale: #A7A7A7. Windows color (decimal): -11940631 or 15322185. OLE color: 15322185.
HSL color Cylindrical-coordinate representation of color #49CCE9: hue angle of 190.88º 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 #49CCE9 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 204 | 233 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.09 |
| HSL | 190.88º | 0.78% | 0.6% | - |
| HSV(B) | 190.88º | 0.69% | 0.91% | - |
| XYZ | 39.05 | 50.49 | 84.78 | - |
| YUV | 168.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 233 | 0.69 | 0.12 | 0 | 0.09 | 190.88 | 0.78 | 0.6 |
| Hex | 49 | CC | E9 | 45 | C | 0 | 9 | BF | 4E | 3C |
| Octal | 111 | 314 | 351 | 105 | 14 | 0 | 11 | 277 | 116 | 74 |
| Binary | 1001001 | 11001100 | 11101001 | 1000101 | 1100 | 0 | 1001 | 10111111 | 1001110 | 111100 |
Color Harmonies of #49CCE9
Complementary color
Monochromatic Colors of #49CCE9
Black with #49CCE9
Text Example
Text Example
White with #49CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCE9; }
p { color: rgb(73,204,233); }
H1.HeaderClassName
{
color: #49CCE9;
}
.AnyTagClassName
{
color: #49CCE9;
}
</style>
background-color css
<style>
a { background-color: #49CCE9; }
a { background-color: rgb(73,204,233); }
div.DivClassName
{
background-color: #49CCE9;
}
.BgClassName
{
background-color: #49CCE9;
}
</style>
border-color css
<style>
span { border-color: #49CCE9; }
span { border-color: rgb(73,204,233); }
td.TdClassName
{
border-color: #49CCE9;
}
.TagClassName
{
border-color: #49CCE9;
}
</style>