Shades of Medium Turquoise #4EC2CC
Tints of Medium Turquoise #4EC2CC
RGB
CMYK
RGB Variations
Color information
#4EC2CC (or 0x4EC2CC) is known color: Medium Turquoise. HEX triplet: 4E, C2 and CC. RGB value is (78,194,204). Sum of RGB (Red+Green+Blue) = 78+194+204=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2CC is #B13D33. Grayscale: #A0A0A0. Windows color (decimal): -11615540 or 13419086. OLE color: 13419086.
HSL color Cylindrical-coordinate representation of color #4EC2CC: hue angle of 184.76º degrees, saturation: 0.55, 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 #4EC2CC is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 194 | 204 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.2 |
| HSL | 184.76º | 0.55% | 0.55% | - |
| HSV(B) | 184.76º | 0.62% | 0.8% | - |
| XYZ | 33.33 | 44.56 | 63.97 | - |
| YUV | 160.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 204 | 0.62 | 0.05 | 0 | 0.2 | 184.76 | 0.55 | 0.55 |
| Hex | 4E | C2 | CC | 3E | 5 | 0 | 14 | B9 | 37 | 37 |
| Octal | 116 | 302 | 314 | 76 | 5 | 0 | 24 | 271 | 67 | 67 |
| Binary | 1001110 | 11000010 | 11001100 | 111110 | 101 | 0 | 10100 | 10111001 | 110111 | 110111 |
Color Harmonies of #4EC2CC
Complementary color
Monochromatic Colors of #4EC2CC
Black with #4EC2CC
Text Example
Text Example
White with #4EC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2CC; }
p { color: rgb(78,194,204); }
H1.HeaderClassName
{
color: #4EC2CC;
}
.AnyTagClassName
{
color: #4EC2CC;
}
</style>
background-color css
<style>
a { background-color: #4EC2CC; }
a { background-color: rgb(78,194,204); }
div.DivClassName
{
background-color: #4EC2CC;
}
.BgClassName
{
background-color: #4EC2CC;
}
</style>
border-color css
<style>
span { border-color: #4EC2CC; }
span { border-color: rgb(78,194,204); }
td.TdClassName
{
border-color: #4EC2CC;
}
.TagClassName
{
border-color: #4EC2CC;
}
</style>