Shades of Turquoise #4EEFE1
Tints of Turquoise #4EEFE1
RGB
CMYK
RGB Variations
Color information
#4EEFE1 (or 0x4EEFE1) is known color: Turquoise. HEX triplet: 4E, EF and E1. RGB value is (78,239,225). Sum of RGB (Red+Green+Blue) = 78+239+225=542 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.39% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFE1 is #B1101E. Grayscale: #BDBDBD. Windows color (decimal): -11603999 or 14806862. OLE color: 14806862.
HSL color Cylindrical-coordinate representation of color #4EEFE1: hue angle of 174.78º 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 #4EEFE1 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 225 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.06 |
| HSL | 174.78º | 0.83% | 0.62% | - |
| HSV(B) | 174.78º | 0.67% | 0.94% | - |
| XYZ | 47.6 | 68.79 | 82 | - |
| YUV | 189.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 225 | 0.67 | 0 | 0.06 | 0.06 | 174.78 | 0.83 | 0.62 |
| Hex | 4E | EF | E1 | 43 | 0 | 6 | 6 | AF | 53 | 3E |
| Octal | 116 | 357 | 341 | 103 | 0 | 6 | 6 | 257 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11100001 | 1000011 | 0 | 110 | 110 | 10101111 | 1010011 | 111110 |
Color Harmonies of #4EEFE1
Complementary color
Monochromatic Colors of #4EEFE1
Black with #4EEFE1
Text Example
Text Example
White with #4EEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFE1; }
p { color: rgb(78,239,225); }
H1.HeaderClassName
{
color: #4EEFE1;
}
.AnyTagClassName
{
color: #4EEFE1;
}
</style>
background-color css
<style>
a { background-color: #4EEFE1; }
a { background-color: rgb(78,239,225); }
div.DivClassName
{
background-color: #4EEFE1;
}
.BgClassName
{
background-color: #4EEFE1;
}
</style>
border-color css
<style>
span { border-color: #4EEFE1; }
span { border-color: rgb(78,239,225); }
td.TdClassName
{
border-color: #4EEFE1;
}
.TagClassName
{
border-color: #4EEFE1;
}
</style>