Shades of Turquoise #4EE6CE
Tints of Turquoise #4EE6CE
RGB
CMYK
RGB Variations
Color information
#4EE6CE (or 0x4EE6CE) is known color: Turquoise. HEX triplet: 4E, E6 and CE. RGB value is (78,230,206). Sum of RGB (Red+Green+Blue) = 78+230+206=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE6CE is #B11931. Grayscale: #B5B5B5. Windows color (decimal): -11606322 or 13559374. OLE color: 13559374.
HSL color Cylindrical-coordinate representation of color #4EE6CE: hue angle of 170.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE6CE is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 206 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.10 |
| HSL | 170.53º | 0.75% | 0.6% | - |
| HSV(B) | 170.53º | 0.66% | 0.9% | - |
| XYZ | 42.58 | 62.67 | 68.24 | - |
| YUV | 181.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 206 | 0.66 | 0 | 0.10 | 0.10 | 170.53 | 0.75 | 0.6 |
| Hex | 4E | E6 | CE | 42 | 0 | A | A | AB | 4B | 3C |
| Octal | 116 | 346 | 316 | 102 | 0 | 12 | 12 | 253 | 113 | 74 |
| Binary | 1001110 | 11100110 | 11001110 | 1000010 | 0 | 1010 | 1010 | 10101011 | 1001011 | 111100 |
Color Harmonies of #4EE6CE
Complementary color
Monochromatic Colors of #4EE6CE
Black with #4EE6CE
Text Example
Text Example
White with #4EE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE6CE; }
p { color: rgb(78,230,206); }
H1.HeaderClassName
{
color: #4EE6CE;
}
.AnyTagClassName
{
color: #4EE6CE;
}
</style>
background-color css
<style>
a { background-color: #4EE6CE; }
a { background-color: rgb(78,230,206); }
div.DivClassName
{
background-color: #4EE6CE;
}
.BgClassName
{
background-color: #4EE6CE;
}
</style>
border-color css
<style>
span { border-color: #4EE6CE; }
span { border-color: rgb(78,230,206); }
td.TdClassName
{
border-color: #4EE6CE;
}
.TagClassName
{
border-color: #4EE6CE;
}
</style>