Shades of Turquoise Blue #4ED4EF
Tints of Turquoise Blue #4ED4EF
RGB
CMYK
RGB Variations
Color information
#4ED4EF (or 0x4ED4EF) is known color: Turquoise Blue. HEX triplet: 4E, D4 and EF. RGB value is (78,212,239). Sum of RGB (Red+Green+Blue) = 78+212+239=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ED4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED4EF is #B12B10. Grayscale: #AEAEAE. Windows color (decimal): -11610897 or 15717454. OLE color: 15717454.
HSL color Cylindrical-coordinate representation of color #4ED4EF: hue angle of 190.06º 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 #4ED4EF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 212 | 239 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.06 |
| HSL | 190.06º | 0.83% | 0.62% | - |
| HSV(B) | 190.06º | 0.67% | 0.94% | - |
| XYZ | 42.27 | 54.94 | 90.04 | - |
| YUV | 175.01 | 164.11 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 239 | 0.67 | 0.11 | 0 | 0.06 | 190.06 | 0.83 | 0.62 |
| Hex | 4E | D4 | EF | 43 | B | 0 | 6 | BE | 53 | 3E |
| Octal | 116 | 324 | 357 | 103 | 13 | 0 | 6 | 276 | 123 | 76 |
| Binary | 1001110 | 11010100 | 11101111 | 1000011 | 1011 | 0 | 110 | 10111110 | 1010011 | 111110 |
Color Harmonies of #4ED4EF
Complementary color
Monochromatic Colors of #4ED4EF
Black with #4ED4EF
Text Example
Text Example
White with #4ED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED4EF; }
p { color: rgb(78,212,239); }
H1.HeaderClassName
{
color: #4ED4EF;
}
.AnyTagClassName
{
color: #4ED4EF;
}
</style>
background-color css
<style>
a { background-color: #4ED4EF; }
a { background-color: rgb(78,212,239); }
div.DivClassName
{
background-color: #4ED4EF;
}
.BgClassName
{
background-color: #4ED4EF;
}
</style>
border-color css
<style>
span { border-color: #4ED4EF; }
span { border-color: rgb(78,212,239); }
td.TdClassName
{
border-color: #4ED4EF;
}
.TagClassName
{
border-color: #4ED4EF;
}
</style>