Shades of Turquoise #4EFADB
Tints of Turquoise #4EFADB
RGB
CMYK
RGB Variations
Color information
#4EFADB (or 0x4EFADB) is known color: Turquoise. HEX triplet: 4E, FA and DB. RGB value is (78,250,219). Sum of RGB (Red+Green+Blue) = 78+250+219=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFADB is #B10524. Grayscale: #C2C2C2. Windows color (decimal): -11601189 or 14416462. OLE color: 14416462.
HSL color Cylindrical-coordinate representation of color #4EFADB: hue angle of 169.19º 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 #4EFADB is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 219 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.19º | 0.95% | 0.64% | - |
| HSV(B) | 169.19º | 0.69% | 0.98% | - |
| XYZ | 50.11 | 75.11 | 78.87 | - |
| YUV | 195.04 | 141.52 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 219 | 0.69 | 0 | 0.12 | 0.02 | 169.19 | 0.95 | 0.64 |
| Hex | 4E | FA | DB | 45 | 0 | C | 2 | A9 | 5F | 40 |
| Octal | 116 | 372 | 333 | 105 | 0 | 14 | 2 | 251 | 137 | 100 |
| Binary | 1001110 | 11111010 | 11011011 | 1000101 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000000 |
Color Harmonies of #4EFADB
Complementary color
Monochromatic Colors of #4EFADB
Black with #4EFADB
Text Example
Text Example
White with #4EFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFADB; }
p { color: rgb(78,250,219); }
H1.HeaderClassName
{
color: #4EFADB;
}
.AnyTagClassName
{
color: #4EFADB;
}
</style>
background-color css
<style>
a { background-color: #4EFADB; }
a { background-color: rgb(78,250,219); }
div.DivClassName
{
background-color: #4EFADB;
}
.BgClassName
{
background-color: #4EFADB;
}
</style>
border-color css
<style>
span { border-color: #4EFADB; }
span { border-color: rgb(78,250,219); }
td.TdClassName
{
border-color: #4EFADB;
}
.TagClassName
{
border-color: #4EFADB;
}
</style>