Shades of Medium Turquoise #4EC6CE
Tints of Medium Turquoise #4EC6CE
RGB
CMYK
RGB Variations
Color information
#4EC6CE (or 0x4EC6CE) is known color: Medium Turquoise. HEX triplet: 4E, C6 and CE. RGB value is (78,198,206). Sum of RGB (Red+Green+Blue) = 78+198+206=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC6CE is #B13931. Grayscale: #A2A2A2. Windows color (decimal): -11614514 or 13551182. OLE color: 13551182.
HSL color Cylindrical-coordinate representation of color #4EC6CE: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC6CE is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 198 | 206 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.19 |
| HSL | 183.75º | 0.57% | 0.56% | - |
| HSV(B) | 183.75º | 0.62% | 0.81% | - |
| XYZ | 34.48 | 46.46 | 65.54 | - |
| YUV | 163.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 206 | 0.62 | 0.04 | 0 | 0.19 | 183.75 | 0.57 | 0.56 |
| Hex | 4E | C6 | CE | 3E | 4 | 0 | 13 | B8 | 39 | 38 |
| Octal | 116 | 306 | 316 | 76 | 4 | 0 | 23 | 270 | 71 | 70 |
| Binary | 1001110 | 11000110 | 11001110 | 111110 | 100 | 0 | 10011 | 10111000 | 111001 | 111000 |
Color Harmonies of #4EC6CE
Complementary color
Monochromatic Colors of #4EC6CE
Black with #4EC6CE
Text Example
Text Example
White with #4EC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC6CE; }
p { color: rgb(78,198,206); }
H1.HeaderClassName
{
color: #4EC6CE;
}
.AnyTagClassName
{
color: #4EC6CE;
}
</style>
background-color css
<style>
a { background-color: #4EC6CE; }
a { background-color: rgb(78,198,206); }
div.DivClassName
{
background-color: #4EC6CE;
}
.BgClassName
{
background-color: #4EC6CE;
}
</style>
border-color css
<style>
span { border-color: #4EC6CE; }
span { border-color: rgb(78,198,206); }
td.TdClassName
{
border-color: #4EC6CE;
}
.TagClassName
{
border-color: #4EC6CE;
}
</style>