Shades of Turquoise #4EFCD0
Tints of Turquoise #4EFCD0
RGB
CMYK
RGB Variations
Color information
#4EFCD0 (or 0x4EFCD0) is known color: Turquoise. HEX triplet: 4E, FC and D0. RGB value is (78,252,208). Sum of RGB (Red+Green+Blue) = 78+252+208=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCD0 is #B1032F. Grayscale: #C2C2C2. Windows color (decimal): -11600688 or 13696078. OLE color: 13696078.
HSL color Cylindrical-coordinate representation of color #4EFCD0: hue angle of 164.83º 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 #4EFCD0 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 208 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.01 |
| HSL | 164.83º | 0.97% | 0.65% | - |
| HSV(B) | 164.83º | 0.69% | 0.99% | - |
| XYZ | 49.34 | 75.79 | 71.7 | - |
| YUV | 194.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 208 | 0.69 | 0 | 0.17 | 0.01 | 164.83 | 0.97 | 0.65 |
| Hex | 4E | FC | D0 | 45 | 0 | 11 | 1 | A5 | 61 | 41 |
| Octal | 116 | 374 | 320 | 105 | 0 | 21 | 1 | 245 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11010000 | 1000101 | 0 | 10001 | 1 | 10100101 | 1100001 | 1000001 |
Color Harmonies of #4EFCD0
Complementary color
Monochromatic Colors of #4EFCD0
Black with #4EFCD0
Text Example
Text Example
White with #4EFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCD0; }
p { color: rgb(78,252,208); }
H1.HeaderClassName
{
color: #4EFCD0;
}
.AnyTagClassName
{
color: #4EFCD0;
}
</style>
background-color css
<style>
a { background-color: #4EFCD0; }
a { background-color: rgb(78,252,208); }
div.DivClassName
{
background-color: #4EFCD0;
}
.BgClassName
{
background-color: #4EFCD0;
}
</style>
border-color css
<style>
span { border-color: #4EFCD0; }
span { border-color: rgb(78,252,208); }
td.TdClassName
{
border-color: #4EFCD0;
}
.TagClassName
{
border-color: #4EFCD0;
}
</style>