Shades of Turquoise Blue #4EDBEA
Tints of Turquoise Blue #4EDBEA
RGB
CMYK
RGB Variations
Color information
#4EDBEA (or 0x4EDBEA) is known color: Turquoise Blue. HEX triplet: 4E, DB and EA. RGB value is (78,219,234). Sum of RGB (Red+Green+Blue) = 78+219+234=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBEA is #B12415. Grayscale: #B2B2B2. Windows color (decimal): -11609110 or 15391566. OLE color: 15391566.
HSL color Cylindrical-coordinate representation of color #4EDBEA: hue angle of 185.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDBEA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 219 | 234 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.08 |
| HSL | 185.77º | 0.79% | 0.61% | - |
| HSV(B) | 185.77º | 0.67% | 0.92% | - |
| XYZ | 43.32 | 58.22 | 86.8 | - |
| YUV | 178.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 234 | 0.67 | 0.06 | 0 | 0.08 | 185.77 | 0.79 | 0.61 |
| Hex | 4E | DB | EA | 43 | 6 | 0 | 8 | BA | 4F | 3D |
| Octal | 116 | 333 | 352 | 103 | 6 | 0 | 10 | 272 | 117 | 75 |
| Binary | 1001110 | 11011011 | 11101010 | 1000011 | 110 | 0 | 1000 | 10111010 | 1001111 | 111101 |
Color Harmonies of #4EDBEA
Complementary color
Monochromatic Colors of #4EDBEA
Black with #4EDBEA
Text Example
Text Example
White with #4EDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBEA; }
p { color: rgb(78,219,234); }
H1.HeaderClassName
{
color: #4EDBEA;
}
.AnyTagClassName
{
color: #4EDBEA;
}
</style>
background-color css
<style>
a { background-color: #4EDBEA; }
a { background-color: rgb(78,219,234); }
div.DivClassName
{
background-color: #4EDBEA;
}
.BgClassName
{
background-color: #4EDBEA;
}
</style>
border-color css
<style>
span { border-color: #4EDBEA; }
span { border-color: rgb(78,219,234); }
td.TdClassName
{
border-color: #4EDBEA;
}
.TagClassName
{
border-color: #4EDBEA;
}
</style>