Shades of Medium Turquoise #4EC6CD
Tints of Medium Turquoise #4EC6CD
RGB
CMYK
RGB Variations
Color information
#4EC6CD (or 0x4EC6CD) is known color: Medium Turquoise. HEX triplet: 4E, C6 and CD. RGB value is (78,198,205). Sum of RGB (Red+Green+Blue) = 78+198+205=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EC6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC6CD is #B13932. Grayscale: #A2A2A2. Windows color (decimal): -11614515 or 13485646. OLE color: 13485646.
HSL color Cylindrical-coordinate representation of color #4EC6CD: hue angle of 183.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC6CD is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 198 | 205 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.20 |
| HSL | 183.31º | 0.56% | 0.55% | - |
| HSV(B) | 183.31º | 0.62% | 0.8% | - |
| XYZ | 34.36 | 46.42 | 64.91 | - |
| YUV | 162.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 205 | 0.62 | 0.03 | 0 | 0.20 | 183.31 | 0.56 | 0.55 |
| Hex | 4E | C6 | CD | 3E | 3 | 0 | 14 | B7 | 38 | 37 |
| Octal | 116 | 306 | 315 | 76 | 3 | 0 | 24 | 267 | 70 | 67 |
| Binary | 1001110 | 11000110 | 11001101 | 111110 | 11 | 0 | 10100 | 10110111 | 111000 | 110111 |
Color Harmonies of #4EC6CD
Complementary color
Monochromatic Colors of #4EC6CD
Black with #4EC6CD
Text Example
Text Example
White with #4EC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC6CD; }
p { color: rgb(78,198,205); }
H1.HeaderClassName
{
color: #4EC6CD;
}
.AnyTagClassName
{
color: #4EC6CD;
}
</style>
background-color css
<style>
a { background-color: #4EC6CD; }
a { background-color: rgb(78,198,205); }
div.DivClassName
{
background-color: #4EC6CD;
}
.BgClassName
{
background-color: #4EC6CD;
}
</style>
border-color css
<style>
span { border-color: #4EC6CD; }
span { border-color: rgb(78,198,205); }
td.TdClassName
{
border-color: #4EC6CD;
}
.TagClassName
{
border-color: #4EC6CD;
}
</style>