Shades of Turquoise #4EE2CA
Tints of Turquoise #4EE2CA
RGB
CMYK
RGB Variations
Color information
#4EE2CA (or 0x4EE2CA) is known color: Turquoise. HEX triplet: 4E, E2 and CA. RGB value is (78,226,202). Sum of RGB (Red+Green+Blue) = 78+226+202=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE2CA is #B11D35. Grayscale: #B2B2B2. Windows color (decimal): -11607350 or 13296206. OLE color: 13296206.
HSL color Cylindrical-coordinate representation of color #4EE2CA: hue angle of 170.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE2CA is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 226 | 202 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.11 |
| HSL | 170.27º | 0.72% | 0.6% | - |
| HSV(B) | 170.27º | 0.65% | 0.89% | - |
| XYZ | 41 | 60.28 | 65.35 | - |
| YUV | 179.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 202 | 0.65 | 0 | 0.11 | 0.11 | 170.27 | 0.72 | 0.6 |
| Hex | 4E | E2 | CA | 41 | 0 | B | B | AA | 48 | 3C |
| Octal | 116 | 342 | 312 | 101 | 0 | 13 | 13 | 252 | 110 | 74 |
| Binary | 1001110 | 11100010 | 11001010 | 1000001 | 0 | 1011 | 1011 | 10101010 | 1001000 | 111100 |
Color Harmonies of #4EE2CA
Complementary color
Monochromatic Colors of #4EE2CA
Black with #4EE2CA
Text Example
Text Example
White with #4EE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE2CA; }
p { color: rgb(78,226,202); }
H1.HeaderClassName
{
color: #4EE2CA;
}
.AnyTagClassName
{
color: #4EE2CA;
}
</style>
background-color css
<style>
a { background-color: #4EE2CA; }
a { background-color: rgb(78,226,202); }
div.DivClassName
{
background-color: #4EE2CA;
}
.BgClassName
{
background-color: #4EE2CA;
}
</style>
border-color css
<style>
span { border-color: #4EE2CA; }
span { border-color: rgb(78,226,202); }
td.TdClassName
{
border-color: #4EE2CA;
}
.TagClassName
{
border-color: #4EE2CA;
}
</style>