Shades of Turquoise #4EFABC
Tints of Turquoise #4EFABC
RGB
CMYK
RGB Variations
Color information
#4EFABC (or 0x4EFABC) is known color: Turquoise. HEX triplet: 4E, FA and BC. RGB value is (78,250,188). Sum of RGB (Red+Green+Blue) = 78+250+188=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFABC is #B10543. Grayscale: #BFBFBF. Windows color (decimal): -11601220 or 12384846. OLE color: 12384846.
HSL color Cylindrical-coordinate representation of color #4EFABC: hue angle of 158.37º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFABC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.37º | 0.95% | 0.64% | - |
| HSV(B) | 158.37º | 0.69% | 0.98% | - |
| XYZ | 46.4 | 73.62 | 59.34 | - |
| YUV | 191.5 | 126.02 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 188 | 0.69 | 0 | 0.25 | 0.02 | 158.37 | 0.95 | 0.64 |
| Hex | 4E | FA | BC | 45 | 0 | 19 | 2 | 9E | 5F | 40 |
| Octal | 116 | 372 | 274 | 105 | 0 | 31 | 2 | 236 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10111100 | 1000101 | 0 | 11001 | 10 | 10011110 | 1011111 | 1000000 |
Color Harmonies of #4EFABC
Complementary color
Monochromatic Colors of #4EFABC
Black with #4EFABC
Text Example
Text Example
White with #4EFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFABC; }
p { color: rgb(78,250,188); }
H1.HeaderClassName
{
color: #4EFABC;
}
.AnyTagClassName
{
color: #4EFABC;
}
</style>
background-color css
<style>
a { background-color: #4EFABC; }
a { background-color: rgb(78,250,188); }
div.DivClassName
{
background-color: #4EFABC;
}
.BgClassName
{
background-color: #4EFABC;
}
</style>
border-color css
<style>
span { border-color: #4EFABC; }
span { border-color: rgb(78,250,188); }
td.TdClassName
{
border-color: #4EFABC;
}
.TagClassName
{
border-color: #4EFABC;
}
</style>