Shades of Turquoise #4EE8DF
Tints of Turquoise #4EE8DF
RGB
CMYK
RGB Variations
Color information
#4EE8DF (or 0x4EE8DF) is known color: Turquoise. HEX triplet: 4E, E8 and DF. RGB value is (78,232,223). Sum of RGB (Red+Green+Blue) = 78+232+223=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8DF is #B11720. Grayscale: #B8B8B8. Windows color (decimal): -11605793 or 14673998. OLE color: 14673998.
HSL color Cylindrical-coordinate representation of color #4EE8DF: hue angle of 176.49º 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 #4EE8DF is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 223 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.09 |
| HSL | 176.49º | 0.77% | 0.61% | - |
| HSV(B) | 176.49º | 0.66% | 0.91% | - |
| XYZ | 45.32 | 64.66 | 79.9 | - |
| YUV | 184.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 223 | 0.66 | 0 | 0.04 | 0.09 | 176.49 | 0.77 | 0.61 |
| Hex | 4E | E8 | DF | 42 | 0 | 4 | 9 | B0 | 4D | 3D |
| Octal | 116 | 350 | 337 | 102 | 0 | 4 | 11 | 260 | 115 | 75 |
| Binary | 1001110 | 11101000 | 11011111 | 1000010 | 0 | 100 | 1001 | 10110000 | 1001101 | 111101 |
Color Harmonies of #4EE8DF
Complementary color
Monochromatic Colors of #4EE8DF
Black with #4EE8DF
Text Example
Text Example
White with #4EE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8DF; }
p { color: rgb(78,232,223); }
H1.HeaderClassName
{
color: #4EE8DF;
}
.AnyTagClassName
{
color: #4EE8DF;
}
</style>
background-color css
<style>
a { background-color: #4EE8DF; }
a { background-color: rgb(78,232,223); }
div.DivClassName
{
background-color: #4EE8DF;
}
.BgClassName
{
background-color: #4EE8DF;
}
</style>
border-color css
<style>
span { border-color: #4EE8DF; }
span { border-color: rgb(78,232,223); }
td.TdClassName
{
border-color: #4EE8DF;
}
.TagClassName
{
border-color: #4EE8DF;
}
</style>