Shades of Turquoise #4EE8CC
Tints of Turquoise #4EE8CC
RGB
CMYK
RGB Variations
Color information
#4EE8CC (or 0x4EE8CC) is known color: Turquoise. HEX triplet: 4E, E8 and CC. RGB value is (78,232,204). Sum of RGB (Red+Green+Blue) = 78+232+204=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8CC is #B11733. Grayscale: #B6B6B6. Windows color (decimal): -11605812 or 13428814. OLE color: 13428814.
HSL color Cylindrical-coordinate representation of color #4EE8CC: hue angle of 169.09º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE8CC is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 204 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.09 |
| HSL | 169.09º | 0.77% | 0.61% | - |
| HSV(B) | 169.09º | 0.66% | 0.91% | - |
| XYZ | 42.9 | 63.69 | 67.16 | - |
| YUV | 182.76 | 139.98 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 204 | 0.66 | 0 | 0.12 | 0.09 | 169.09 | 0.77 | 0.61 |
| Hex | 4E | E8 | CC | 42 | 0 | C | 9 | A9 | 4D | 3D |
| Octal | 116 | 350 | 314 | 102 | 0 | 14 | 11 | 251 | 115 | 75 |
| Binary | 1001110 | 11101000 | 11001100 | 1000010 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111101 |
Color Harmonies of #4EE8CC
Complementary color
Monochromatic Colors of #4EE8CC
Black with #4EE8CC
Text Example
Text Example
White with #4EE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8CC; }
p { color: rgb(78,232,204); }
H1.HeaderClassName
{
color: #4EE8CC;
}
.AnyTagClassName
{
color: #4EE8CC;
}
</style>
background-color css
<style>
a { background-color: #4EE8CC; }
a { background-color: rgb(78,232,204); }
div.DivClassName
{
background-color: #4EE8CC;
}
.BgClassName
{
background-color: #4EE8CC;
}
</style>
border-color css
<style>
span { border-color: #4EE8CC; }
span { border-color: rgb(78,232,204); }
td.TdClassName
{
border-color: #4EE8CC;
}
.TagClassName
{
border-color: #4EE8CC;
}
</style>