Shades of Turquoise #4EE9DB
Tints of Turquoise #4EE9DB
RGB
CMYK
RGB Variations
Color information
#4EE9DB (or 0x4EE9DB) is known color: Turquoise. HEX triplet: 4E, E9 and DB. RGB value is (78,233,219). Sum of RGB (Red+Green+Blue) = 78+233+219=530 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.72% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9DB is #B11624. Grayscale: #B8B8B8. Windows color (decimal): -11605541 or 14412110. OLE color: 14412110.
HSL color Cylindrical-coordinate representation of color #4EE9DB: hue angle of 174.58º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE9DB is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 219 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.09 |
| HSL | 174.58º | 0.78% | 0.61% | - |
| HSV(B) | 174.58º | 0.67% | 0.91% | - |
| XYZ | 45.07 | 65.01 | 77.19 | - |
| YUV | 185.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 219 | 0.67 | 0 | 0.06 | 0.09 | 174.58 | 0.78 | 0.61 |
| Hex | 4E | E9 | DB | 43 | 0 | 6 | 9 | AF | 4E | 3D |
| Octal | 116 | 351 | 333 | 103 | 0 | 6 | 11 | 257 | 116 | 75 |
| Binary | 1001110 | 11101001 | 11011011 | 1000011 | 0 | 110 | 1001 | 10101111 | 1001110 | 111101 |
Color Harmonies of #4EE9DB
Complementary color
Monochromatic Colors of #4EE9DB
Black with #4EE9DB
Text Example
Text Example
White with #4EE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9DB; }
p { color: rgb(78,233,219); }
H1.HeaderClassName
{
color: #4EE9DB;
}
.AnyTagClassName
{
color: #4EE9DB;
}
</style>
background-color css
<style>
a { background-color: #4EE9DB; }
a { background-color: rgb(78,233,219); }
div.DivClassName
{
background-color: #4EE9DB;
}
.BgClassName
{
background-color: #4EE9DB;
}
</style>
border-color css
<style>
span { border-color: #4EE9DB; }
span { border-color: rgb(78,233,219); }
td.TdClassName
{
border-color: #4EE9DB;
}
.TagClassName
{
border-color: #4EE9DB;
}
</style>