Shades of Turquoise Blue #4ED2EF
Tints of Turquoise Blue #4ED2EF
RGB
CMYK
RGB Variations
Color information
#4ED2EF (or 0x4ED2EF) is known color: Turquoise Blue. HEX triplet: 4E, D2 and EF. RGB value is (78,210,239). Sum of RGB (Red+Green+Blue) = 78+210+239=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ED2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED2EF is #B12D10. Grayscale: #ADADAD. Windows color (decimal): -11611409 or 15716942. OLE color: 15716942.
HSL color Cylindrical-coordinate representation of color #4ED2EF: hue angle of 190.81º 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 #4ED2EF is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 210 | 239 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.06 |
| HSL | 190.81º | 0.83% | 0.62% | - |
| HSV(B) | 190.81º | 0.67% | 0.94% | - |
| XYZ | 41.77 | 53.94 | 89.87 | - |
| YUV | 173.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 239 | 0.67 | 0.12 | 0 | 0.06 | 190.81 | 0.83 | 0.62 |
| Hex | 4E | D2 | EF | 43 | C | 0 | 6 | BF | 53 | 3E |
| Octal | 116 | 322 | 357 | 103 | 14 | 0 | 6 | 277 | 123 | 76 |
| Binary | 1001110 | 11010010 | 11101111 | 1000011 | 1100 | 0 | 110 | 10111111 | 1010011 | 111110 |
Color Harmonies of #4ED2EF
Complementary color
Monochromatic Colors of #4ED2EF
Black with #4ED2EF
Text Example
Text Example
White with #4ED2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED2EF; }
p { color: rgb(78,210,239); }
H1.HeaderClassName
{
color: #4ED2EF;
}
.AnyTagClassName
{
color: #4ED2EF;
}
</style>
background-color css
<style>
a { background-color: #4ED2EF; }
a { background-color: rgb(78,210,239); }
div.DivClassName
{
background-color: #4ED2EF;
}
.BgClassName
{
background-color: #4ED2EF;
}
</style>
border-color css
<style>
span { border-color: #4ED2EF; }
span { border-color: rgb(78,210,239); }
td.TdClassName
{
border-color: #4ED2EF;
}
.TagClassName
{
border-color: #4ED2EF;
}
</style>