Shades of Turquoise #4EF6DF
Tints of Turquoise #4EF6DF
RGB
CMYK
RGB Variations
Color information
#4EF6DF (or 0x4EF6DF) is known color: Turquoise. HEX triplet: 4E, F6 and DF. RGB value is (78,246,223). Sum of RGB (Red+Green+Blue) = 78+246+223=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF6DF is #B10920. Grayscale: #C1C1C1. Windows color (decimal): -11602209 or 14677582. OLE color: 14677582.
HSL color Cylindrical-coordinate representation of color #4EF6DF: hue angle of 171.79º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6DF is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 246 | 223 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.04 |
| HSL | 171.79º | 0.9% | 0.64% | - |
| HSV(B) | 171.79º | 0.68% | 0.96% | - |
| XYZ | 49.42 | 72.86 | 81.27 | - |
| YUV | 193.15 | 144.84 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 246 | 223 | 0.68 | 0 | 0.09 | 0.04 | 171.79 | 0.9 | 0.64 |
| Hex | 4E | F6 | DF | 44 | 0 | 9 | 4 | AC | 5A | 40 |
| Octal | 116 | 366 | 337 | 104 | 0 | 11 | 4 | 254 | 132 | 100 |
| Binary | 1001110 | 11110110 | 11011111 | 1000100 | 0 | 1001 | 100 | 10101100 | 1011010 | 1000000 |
Color Harmonies of #4EF6DF
Complementary color
Monochromatic Colors of #4EF6DF
Black with #4EF6DF
Text Example
Text Example
White with #4EF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF6DF; }
p { color: rgb(78,246,223); }
H1.HeaderClassName
{
color: #4EF6DF;
}
.AnyTagClassName
{
color: #4EF6DF;
}
</style>
background-color css
<style>
a { background-color: #4EF6DF; }
a { background-color: rgb(78,246,223); }
div.DivClassName
{
background-color: #4EF6DF;
}
.BgClassName
{
background-color: #4EF6DF;
}
</style>
border-color css
<style>
span { border-color: #4EF6DF; }
span { border-color: rgb(78,246,223); }
td.TdClassName
{
border-color: #4EF6DF;
}
.TagClassName
{
border-color: #4EF6DF;
}
</style>