Shades of Turquoise Blue #4ED4FE
Tints of Turquoise Blue #4ED4FE
RGB
CMYK
RGB Variations
Color information
#4ED4FE (or 0x4ED4FE) is known color: Turquoise Blue. HEX triplet: 4E, D4 and FE. RGB value is (78,212,254). Sum of RGB (Red+Green+Blue) = 78+212+254=544 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.34% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ED4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED4FE is #B12B01. Grayscale: #B0B0B0. Windows color (decimal): -11610882 or 16700494. OLE color: 16700494.
HSL color Cylindrical-coordinate representation of color #4ED4FE: hue angle of 194.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ED4FE is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 212 | 254 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.00 |
| HSL | 194.32º | 0.99% | 0.65% | - |
| HSV(B) | 194.32º | 0.69% | 1% | - |
| XYZ | 44.57 | 55.86 | 102.2 | - |
| YUV | 176.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 254 | 0.69 | 0.17 | 0 | 0.00 | 194.32 | 0.99 | 0.65 |
| Hex | 4E | D4 | FE | 45 | 11 | 0 | 0 | C2 | 63 | 41 |
| Octal | 116 | 324 | 376 | 105 | 21 | 0 | 0 | 302 | 143 | 101 |
| Binary | 1001110 | 11010100 | 11111110 | 1000101 | 10001 | 0 | 0 | 11000010 | 1100011 | 1000001 |
Color Harmonies of #4ED4FE
Complementary color
Monochromatic Colors of #4ED4FE
Black with #4ED4FE
Text Example
Text Example
White with #4ED4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED4FE; }
p { color: rgb(78,212,254); }
H1.HeaderClassName
{
color: #4ED4FE;
}
.AnyTagClassName
{
color: #4ED4FE;
}
</style>
background-color css
<style>
a { background-color: #4ED4FE; }
a { background-color: rgb(78,212,254); }
div.DivClassName
{
background-color: #4ED4FE;
}
.BgClassName
{
background-color: #4ED4FE;
}
</style>
border-color css
<style>
span { border-color: #4ED4FE; }
span { border-color: rgb(78,212,254); }
td.TdClassName
{
border-color: #4ED4FE;
}
.TagClassName
{
border-color: #4ED4FE;
}
</style>