Shades of Turquoise #4EE4CF
Tints of Turquoise #4EE4CF
RGB
CMYK
RGB Variations
Color information
#4EE4CF (or 0x4EE4CF) is known color: Turquoise. HEX triplet: 4E, E4 and CF. RGB value is (78,228,207). Sum of RGB (Red+Green+Blue) = 78+228+207=513 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.20% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE4CF is #B11B30. Grayscale: #B4B4B4. Windows color (decimal): -11606833 or 13624398. OLE color: 13624398.
HSL color Cylindrical-coordinate representation of color #4EE4CF: hue angle of 171.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE4CF is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 207 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.11 |
| HSL | 171.6º | 0.74% | 0.6% | - |
| HSV(B) | 171.6º | 0.66% | 0.89% | - |
| XYZ | 42.15 | 61.61 | 68.7 | - |
| YUV | 180.76 | 142.81 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 207 | 0.66 | 0 | 0.09 | 0.11 | 171.6 | 0.74 | 0.6 |
| Hex | 4E | E4 | CF | 42 | 0 | 9 | B | AC | 4A | 3C |
| Octal | 116 | 344 | 317 | 102 | 0 | 11 | 13 | 254 | 112 | 74 |
| Binary | 1001110 | 11100100 | 11001111 | 1000010 | 0 | 1001 | 1011 | 10101100 | 1001010 | 111100 |
Color Harmonies of #4EE4CF
Complementary color
Monochromatic Colors of #4EE4CF
Black with #4EE4CF
Text Example
Text Example
White with #4EE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE4CF; }
p { color: rgb(78,228,207); }
H1.HeaderClassName
{
color: #4EE4CF;
}
.AnyTagClassName
{
color: #4EE4CF;
}
</style>
background-color css
<style>
a { background-color: #4EE4CF; }
a { background-color: rgb(78,228,207); }
div.DivClassName
{
background-color: #4EE4CF;
}
.BgClassName
{
background-color: #4EE4CF;
}
</style>
border-color css
<style>
span { border-color: #4EE4CF; }
span { border-color: rgb(78,228,207); }
td.TdClassName
{
border-color: #4EE4CF;
}
.TagClassName
{
border-color: #4EE4CF;
}
</style>