Shades of Medium Turquoise #4ECFC2
Tints of Medium Turquoise #4ECFC2
RGB
CMYK
RGB Variations
Color information
#4ECFC2 (or 0x4ECFC2) is known color: Medium Turquoise. HEX triplet: 4E, CF and C2. RGB value is (78,207,194). Sum of RGB (Red+Green+Blue) = 78+207+194=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #4ECFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECFC2 is #B1303D. Grayscale: #A6A6A6. Windows color (decimal): -11612222 or 12767054. OLE color: 12767054.
HSL color Cylindrical-coordinate representation of color #4ECFC2: hue angle of 173.95º 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 #4ECFC2 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 207 | 194 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.19 |
| HSL | 173.95º | 0.57% | 0.56% | - |
| HSV(B) | 173.95º | 0.62% | 0.81% | - |
| XYZ | 35.19 | 50.14 | 58.86 | - |
| YUV | 166.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 194 | 0.62 | 0 | 0.06 | 0.19 | 173.95 | 0.57 | 0.56 |
| Hex | 4E | CF | C2 | 3E | 0 | 6 | 13 | AE | 39 | 38 |
| Octal | 116 | 317 | 302 | 76 | 0 | 6 | 23 | 256 | 71 | 70 |
| Binary | 1001110 | 11001111 | 11000010 | 111110 | 0 | 110 | 10011 | 10101110 | 111001 | 111000 |
Color Harmonies of #4ECFC2
Complementary color
Monochromatic Colors of #4ECFC2
Black with #4ECFC2
Text Example
Text Example
White with #4ECFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFC2; }
p { color: rgb(78,207,194); }
H1.HeaderClassName
{
color: #4ECFC2;
}
.AnyTagClassName
{
color: #4ECFC2;
}
</style>
background-color css
<style>
a { background-color: #4ECFC2; }
a { background-color: rgb(78,207,194); }
div.DivClassName
{
background-color: #4ECFC2;
}
.BgClassName
{
background-color: #4ECFC2;
}
</style>
border-color css
<style>
span { border-color: #4ECFC2; }
span { border-color: rgb(78,207,194); }
td.TdClassName
{
border-color: #4ECFC2;
}
.TagClassName
{
border-color: #4ECFC2;
}
</style>