Shades of Turquoise #4EEFE8
Tints of Turquoise #4EEFE8
RGB
CMYK
RGB Variations
Color information
#4EEFE8 (or 0x4EEFE8) is known color: Turquoise. HEX triplet: 4E, EF and E8. RGB value is (78,239,232). Sum of RGB (Red+Green+Blue) = 78+239+232=549 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.21% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFE8 is #B11017. Grayscale: #BDBDBD. Windows color (decimal): -11603992 or 15265614. OLE color: 15265614.
HSL color Cylindrical-coordinate representation of color #4EEFE8: hue angle of 177.39º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFE8 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 232 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.06 |
| HSL | 177.39º | 0.83% | 0.62% | - |
| HSV(B) | 177.39º | 0.67% | 0.94% | - |
| XYZ | 48.57 | 69.18 | 87.14 | - |
| YUV | 190.06 | 151.66 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 232 | 0.67 | 0 | 0.03 | 0.06 | 177.39 | 0.83 | 0.62 |
| Hex | 4E | EF | E8 | 43 | 0 | 3 | 6 | B1 | 53 | 3E |
| Octal | 116 | 357 | 350 | 103 | 0 | 3 | 6 | 261 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11101000 | 1000011 | 0 | 11 | 110 | 10110001 | 1010011 | 111110 |
Color Harmonies of #4EEFE8
Complementary color
Monochromatic Colors of #4EEFE8
Black with #4EEFE8
Text Example
Text Example
White with #4EEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFE8; }
p { color: rgb(78,239,232); }
H1.HeaderClassName
{
color: #4EEFE8;
}
.AnyTagClassName
{
color: #4EEFE8;
}
</style>
background-color css
<style>
a { background-color: #4EEFE8; }
a { background-color: rgb(78,239,232); }
div.DivClassName
{
background-color: #4EEFE8;
}
.BgClassName
{
background-color: #4EEFE8;
}
</style>
border-color css
<style>
span { border-color: #4EEFE8; }
span { border-color: rgb(78,239,232); }
td.TdClassName
{
border-color: #4EEFE8;
}
.TagClassName
{
border-color: #4EEFE8;
}
</style>