Shades of Turquoise Blue #4EDBEF
Tints of Turquoise Blue #4EDBEF
RGB
CMYK
RGB Variations
Color information
#4EDBEF (or 0x4EDBEF) is known color: Turquoise Blue. HEX triplet: 4E, DB and EF. RGB value is (78,219,239). Sum of RGB (Red+Green+Blue) = 78+219+239=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBEF is #B12410. Grayscale: #B2B2B2. Windows color (decimal): -11609105 or 15719246. OLE color: 15719246.
HSL color Cylindrical-coordinate representation of color #4EDBEF: hue angle of 187.45º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDBEF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 219 | 239 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.06 |
| HSL | 187.45º | 0.83% | 0.62% | - |
| HSV(B) | 187.45º | 0.67% | 0.94% | - |
| XYZ | 44.05 | 58.51 | 90.63 | - |
| YUV | 179.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 239 | 0.67 | 0.08 | 0 | 0.06 | 187.45 | 0.83 | 0.62 |
| Hex | 4E | DB | EF | 43 | 8 | 0 | 6 | BB | 53 | 3E |
| Octal | 116 | 333 | 357 | 103 | 10 | 0 | 6 | 273 | 123 | 76 |
| Binary | 1001110 | 11011011 | 11101111 | 1000011 | 1000 | 0 | 110 | 10111011 | 1010011 | 111110 |
Color Harmonies of #4EDBEF
Complementary color
Monochromatic Colors of #4EDBEF
Black with #4EDBEF
Text Example
Text Example
White with #4EDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBEF; }
p { color: rgb(78,219,239); }
H1.HeaderClassName
{
color: #4EDBEF;
}
.AnyTagClassName
{
color: #4EDBEF;
}
</style>
background-color css
<style>
a { background-color: #4EDBEF; }
a { background-color: rgb(78,219,239); }
div.DivClassName
{
background-color: #4EDBEF;
}
.BgClassName
{
background-color: #4EDBEF;
}
</style>
border-color css
<style>
span { border-color: #4EDBEF; }
span { border-color: rgb(78,219,239); }
td.TdClassName
{
border-color: #4EDBEF;
}
.TagClassName
{
border-color: #4EDBEF;
}
</style>