Shades of Turquoise Blue #4ED1EF
Tints of Turquoise Blue #4ED1EF
RGB
CMYK
RGB Variations
Color information
#4ED1EF (or 0x4ED1EF) is known color: Turquoise Blue. HEX triplet: 4E, D1 and EF. RGB value is (78,209,239). Sum of RGB (Red+Green+Blue) = 78+209+239=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ED1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED1EF is #B12E10. Grayscale: #ACACAC. Windows color (decimal): -11611665 or 15716686. OLE color: 15716686.
HSL color Cylindrical-coordinate representation of color #4ED1EF: hue angle of 191.18º 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 #4ED1EF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 209 | 239 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.06 |
| HSL | 191.18º | 0.83% | 0.62% | - |
| HSV(B) | 191.18º | 0.67% | 0.94% | - |
| XYZ | 41.52 | 53.45 | 89.79 | - |
| YUV | 173.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 239 | 0.67 | 0.13 | 0 | 0.06 | 191.18 | 0.83 | 0.62 |
| Hex | 4E | D1 | EF | 43 | D | 0 | 6 | BF | 53 | 3E |
| Octal | 116 | 321 | 357 | 103 | 15 | 0 | 6 | 277 | 123 | 76 |
| Binary | 1001110 | 11010001 | 11101111 | 1000011 | 1101 | 0 | 110 | 10111111 | 1010011 | 111110 |
Color Harmonies of #4ED1EF
Complementary color
Monochromatic Colors of #4ED1EF
Black with #4ED1EF
Text Example
Text Example
White with #4ED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED1EF; }
p { color: rgb(78,209,239); }
H1.HeaderClassName
{
color: #4ED1EF;
}
.AnyTagClassName
{
color: #4ED1EF;
}
</style>
background-color css
<style>
a { background-color: #4ED1EF; }
a { background-color: rgb(78,209,239); }
div.DivClassName
{
background-color: #4ED1EF;
}
.BgClassName
{
background-color: #4ED1EF;
}
</style>
border-color css
<style>
span { border-color: #4ED1EF; }
span { border-color: rgb(78,209,239); }
td.TdClassName
{
border-color: #4ED1EF;
}
.TagClassName
{
border-color: #4ED1EF;
}
</style>