Shades of Medium Turquoise #49C6CC
Tints of Medium Turquoise #49C6CC
RGB
CMYK
RGB Variations
Color information
#49C6CC (or 0x49C6CC) is known color: Medium Turquoise. HEX triplet: 49, C6 and CC. RGB value is (73,198,204). Sum of RGB (Red+Green+Blue) = 73+198+204=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #49C6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C6CC is #B63933. Grayscale: #A1A1A1. Windows color (decimal): -11942196 or 13420105. OLE color: 13420105.
HSL color Cylindrical-coordinate representation of color #49C6CC: hue angle of 182.75º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C6CC is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 198 | 204 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.2 |
| HSL | 182.75º | 0.56% | 0.54% | - |
| HSV(B) | 182.75º | 0.64% | 0.8% | - |
| XYZ | 33.84 | 46.16 | 64.25 | - |
| YUV | 161.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 204 | 0.64 | 0.03 | 0 | 0.2 | 182.75 | 0.56 | 0.54 |
| Hex | 49 | C6 | CC | 40 | 3 | 0 | 14 | B7 | 38 | 36 |
| Octal | 111 | 306 | 314 | 100 | 3 | 0 | 24 | 267 | 70 | 66 |
| Binary | 1001001 | 11000110 | 11001100 | 1000000 | 11 | 0 | 10100 | 10110111 | 111000 | 110110 |
Color Harmonies of #49C6CC
Complementary color
Monochromatic Colors of #49C6CC
Black with #49C6CC
Text Example
Text Example
White with #49C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C6CC; }
p { color: rgb(73,198,204); }
H1.HeaderClassName
{
color: #49C6CC;
}
.AnyTagClassName
{
color: #49C6CC;
}
</style>
background-color css
<style>
a { background-color: #49C6CC; }
a { background-color: rgb(73,198,204); }
div.DivClassName
{
background-color: #49C6CC;
}
.BgClassName
{
background-color: #49C6CC;
}
</style>
border-color css
<style>
span { border-color: #49C6CC; }
span { border-color: rgb(73,198,204); }
td.TdClassName
{
border-color: #49C6CC;
}
.TagClassName
{
border-color: #49C6CC;
}
</style>