Shades of Turquoise #4EE8DA
Tints of Turquoise #4EE8DA
RGB
CMYK
RGB Variations
Color information
#4EE8DA (or 0x4EE8DA) is known color: Turquoise. HEX triplet: 4E, E8 and DA. RGB value is (78,232,218). Sum of RGB (Red+Green+Blue) = 78+232+218=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8DA is #B11725. Grayscale: #B8B8B8. Windows color (decimal): -11605798 or 14346318. OLE color: 14346318.
HSL color Cylindrical-coordinate representation of color #4EE8DA: hue angle of 174.55º 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 #4EE8DA is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 218 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.09 |
| HSL | 174.55º | 0.77% | 0.61% | - |
| HSV(B) | 174.55º | 0.66% | 0.91% | - |
| XYZ | 44.65 | 64.39 | 76.41 | - |
| YUV | 184.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 218 | 0.66 | 0 | 0.06 | 0.09 | 174.55 | 0.77 | 0.61 |
| Hex | 4E | E8 | DA | 42 | 0 | 6 | 9 | AF | 4D | 3D |
| Octal | 116 | 350 | 332 | 102 | 0 | 6 | 11 | 257 | 115 | 75 |
| Binary | 1001110 | 11101000 | 11011010 | 1000010 | 0 | 110 | 1001 | 10101111 | 1001101 | 111101 |
Color Harmonies of #4EE8DA
Complementary color
Monochromatic Colors of #4EE8DA
Black with #4EE8DA
Text Example
Text Example
White with #4EE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8DA; }
p { color: rgb(78,232,218); }
H1.HeaderClassName
{
color: #4EE8DA;
}
.AnyTagClassName
{
color: #4EE8DA;
}
</style>
background-color css
<style>
a { background-color: #4EE8DA; }
a { background-color: rgb(78,232,218); }
div.DivClassName
{
background-color: #4EE8DA;
}
.BgClassName
{
background-color: #4EE8DA;
}
</style>
border-color css
<style>
span { border-color: #4EE8DA; }
span { border-color: rgb(78,232,218); }
td.TdClassName
{
border-color: #4EE8DA;
}
.TagClassName
{
border-color: #4EE8DA;
}
</style>