Shades of Turquoise #4EFCDA
Tints of Turquoise #4EFCDA
RGB
CMYK
RGB Variations
Color information
#4EFCDA (or 0x4EFCDA) is known color: Turquoise. HEX triplet: 4E, FC and DA. RGB value is (78,252,218). Sum of RGB (Red+Green+Blue) = 78+252+218=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCDA is #B10325. Grayscale: #C4C4C4. Windows color (decimal): -11600678 or 14351438. OLE color: 14351438.
HSL color Cylindrical-coordinate representation of color #4EFCDA: hue angle of 168.28º 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 #4EFCDA is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 218 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.01 |
| HSL | 168.28º | 0.97% | 0.65% | - |
| HSV(B) | 168.28º | 0.69% | 0.99% | - |
| XYZ | 50.61 | 76.3 | 78.39 | - |
| YUV | 196.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 218 | 0.69 | 0 | 0.13 | 0.01 | 168.28 | 0.97 | 0.65 |
| Hex | 4E | FC | DA | 45 | 0 | D | 1 | A8 | 61 | 41 |
| Octal | 116 | 374 | 332 | 105 | 0 | 15 | 1 | 250 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11011010 | 1000101 | 0 | 1101 | 1 | 10101000 | 1100001 | 1000001 |
Color Harmonies of #4EFCDA
Complementary color
Monochromatic Colors of #4EFCDA
Black with #4EFCDA
Text Example
Text Example
White with #4EFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCDA; }
p { color: rgb(78,252,218); }
H1.HeaderClassName
{
color: #4EFCDA;
}
.AnyTagClassName
{
color: #4EFCDA;
}
</style>
background-color css
<style>
a { background-color: #4EFCDA; }
a { background-color: rgb(78,252,218); }
div.DivClassName
{
background-color: #4EFCDA;
}
.BgClassName
{
background-color: #4EFCDA;
}
</style>
border-color css
<style>
span { border-color: #4EFCDA; }
span { border-color: rgb(78,252,218); }
td.TdClassName
{
border-color: #4EFCDA;
}
.TagClassName
{
border-color: #4EFCDA;
}
</style>