Shades of Turquoise #4EFCD6
Tints of Turquoise #4EFCD6
RGB
CMYK
RGB Variations
Color information
#4EFCD6 (or 0x4EFCD6) is known color: Turquoise. HEX triplet: 4E, FC and D6. RGB value is (78,252,214). Sum of RGB (Red+Green+Blue) = 78+252+214=544 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.34% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCD6 is #B10329. Grayscale: #C3C3C3. Windows color (decimal): -11600682 or 14089294. OLE color: 14089294.
HSL color Cylindrical-coordinate representation of color #4EFCD6: hue angle of 166.9º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCD6 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 214 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.01 |
| HSL | 166.9º | 0.97% | 0.65% | - |
| HSV(B) | 166.9º | 0.69% | 0.99% | - |
| XYZ | 50.09 | 76.1 | 75.67 | - |
| YUV | 195.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 214 | 0.69 | 0 | 0.15 | 0.01 | 166.9 | 0.97 | 0.65 |
| Hex | 4E | FC | D6 | 45 | 0 | F | 1 | A7 | 61 | 41 |
| Octal | 116 | 374 | 326 | 105 | 0 | 17 | 1 | 247 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11010110 | 1000101 | 0 | 1111 | 1 | 10100111 | 1100001 | 1000001 |
Color Harmonies of #4EFCD6
Complementary color
Monochromatic Colors of #4EFCD6
Black with #4EFCD6
Text Example
Text Example
White with #4EFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCD6; }
p { color: rgb(78,252,214); }
H1.HeaderClassName
{
color: #4EFCD6;
}
.AnyTagClassName
{
color: #4EFCD6;
}
</style>
background-color css
<style>
a { background-color: #4EFCD6; }
a { background-color: rgb(78,252,214); }
div.DivClassName
{
background-color: #4EFCD6;
}
.BgClassName
{
background-color: #4EFCD6;
}
</style>
border-color css
<style>
span { border-color: #4EFCD6; }
span { border-color: rgb(78,252,214); }
td.TdClassName
{
border-color: #4EFCD6;
}
.TagClassName
{
border-color: #4EFCD6;
}
</style>