Shades of Turquoise #4EE6D7
Tints of Turquoise #4EE6D7
RGB
CMYK
RGB Variations
Color information
#4EE6D7 (or 0x4EE6D7) is known color: Turquoise. HEX triplet: 4E, E6 and D7. RGB value is (78,230,215). Sum of RGB (Red+Green+Blue) = 78+230+215=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE6D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE6D7 is #B11928. Grayscale: #B6B6B6. Windows color (decimal): -11606313 or 14149198. OLE color: 14149198.
HSL color Cylindrical-coordinate representation of color #4EE6D7: hue angle of 174.08º 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 #4EE6D7 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 215 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.10 |
| HSL | 174.08º | 0.75% | 0.6% | - |
| HSV(B) | 174.08º | 0.66% | 0.9% | - |
| XYZ | 43.7 | 63.12 | 74.17 | - |
| YUV | 182.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 215 | 0.66 | 0 | 0.07 | 0.10 | 174.08 | 0.75 | 0.6 |
| Hex | 4E | E6 | D7 | 42 | 0 | 7 | A | AE | 4B | 3C |
| Octal | 116 | 346 | 327 | 102 | 0 | 7 | 12 | 256 | 113 | 74 |
| Binary | 1001110 | 11100110 | 11010111 | 1000010 | 0 | 111 | 1010 | 10101110 | 1001011 | 111100 |
Color Harmonies of #4EE6D7
Complementary color
Monochromatic Colors of #4EE6D7
Black with #4EE6D7
Text Example
Text Example
White with #4EE6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE6D7; }
p { color: rgb(78,230,215); }
H1.HeaderClassName
{
color: #4EE6D7;
}
.AnyTagClassName
{
color: #4EE6D7;
}
</style>
background-color css
<style>
a { background-color: #4EE6D7; }
a { background-color: rgb(78,230,215); }
div.DivClassName
{
background-color: #4EE6D7;
}
.BgClassName
{
background-color: #4EE6D7;
}
</style>
border-color css
<style>
span { border-color: #4EE6D7; }
span { border-color: rgb(78,230,215); }
td.TdClassName
{
border-color: #4EE6D7;
}
.TagClassName
{
border-color: #4EE6D7;
}
</style>