Shades of Turquoise #4EEEDB
Tints of Turquoise #4EEEDB
RGB
CMYK
RGB Variations
Color information
#4EEEDB (or 0x4EEEDB) is known color: Turquoise. HEX triplet: 4E, EE and DB. RGB value is (78,238,219). Sum of RGB (Red+Green+Blue) = 78+238+219=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDB is #B11124. Grayscale: #BBBBBB. Windows color (decimal): -11604261 or 14413390. OLE color: 14413390.
HSL color Cylindrical-coordinate representation of color #4EEEDB: hue angle of 172.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEDB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 219 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.88º | 0.82% | 0.62% | - |
| HSV(B) | 172.88º | 0.67% | 0.93% | - |
| XYZ | 46.5 | 67.88 | 77.67 | - |
| YUV | 187.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 219 | 0.67 | 0 | 0.08 | 0.07 | 172.88 | 0.82 | 0.62 |
| Hex | 4E | EE | DB | 43 | 0 | 8 | 7 | AD | 52 | 3E |
| Octal | 116 | 356 | 333 | 103 | 0 | 10 | 7 | 255 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11011011 | 1000011 | 0 | 1000 | 111 | 10101101 | 1010010 | 111110 |
Color Harmonies of #4EEEDB
Complementary color
Monochromatic Colors of #4EEEDB
Black with #4EEEDB
Text Example
Text Example
White with #4EEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEDB; }
p { color: rgb(78,238,219); }
H1.HeaderClassName
{
color: #4EEEDB;
}
.AnyTagClassName
{
color: #4EEEDB;
}
</style>
background-color css
<style>
a { background-color: #4EEEDB; }
a { background-color: rgb(78,238,219); }
div.DivClassName
{
background-color: #4EEEDB;
}
.BgClassName
{
background-color: #4EEEDB;
}
</style>
border-color css
<style>
span { border-color: #4EEEDB; }
span { border-color: rgb(78,238,219); }
td.TdClassName
{
border-color: #4EEEDB;
}
.TagClassName
{
border-color: #4EEEDB;
}
</style>