Shades of Turquoise Blue #4EDCFF
Tints of Turquoise Blue #4EDCFF
RGB
CMYK
RGB Variations
Color information
#4EDCFF (or 0x4EDCFF) is known color: Turquoise Blue. HEX triplet: 4E, DC and FF. RGB value is (78,220,255). Sum of RGB (Red+Green+Blue) = 78+220+255=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDCFF is #B12300. Grayscale: #B5B5B5. Windows color (decimal): -11608833 or 16768078. OLE color: 16768078.
HSL color Cylindrical-coordinate representation of color #4EDCFF: hue angle of 191.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDCFF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 220 | 255 | - |
| CMYK | 0.69 | 0.14 | 0 | 0 |
| HSL | 191.86º | 1% | 0.65% | - |
| HSV(B) | 191.86º | 0.69% | 1% | - |
| XYZ | 46.79 | 60.03 | 103.73 | - |
| YUV | 181.53 | 169.46 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 255 | 0.69 | 0.14 | 0 | 0 | 191.86 | 1 | 0.65 |
| Hex | 4E | DC | FF | 45 | E | 0 | 0 | C0 | 64 | 41 |
| Octal | 116 | 334 | 377 | 105 | 16 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001110 | 11011100 | 11111111 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4EDCFF
Complementary color
Monochromatic Colors of #4EDCFF
Black with #4EDCFF
Text Example
Text Example
White with #4EDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCFF; }
p { color: rgb(78,220,255); }
H1.HeaderClassName
{
color: #4EDCFF;
}
.AnyTagClassName
{
color: #4EDCFF;
}
</style>
background-color css
<style>
a { background-color: #4EDCFF; }
a { background-color: rgb(78,220,255); }
div.DivClassName
{
background-color: #4EDCFF;
}
.BgClassName
{
background-color: #4EDCFF;
}
</style>
border-color css
<style>
span { border-color: #4EDCFF; }
span { border-color: rgb(78,220,255); }
td.TdClassName
{
border-color: #4EDCFF;
}
.TagClassName
{
border-color: #4EDCFF;
}
</style>