Shades of Turquoise Blue #4ED3FF
Tints of Turquoise Blue #4ED3FF
RGB
CMYK
RGB Variations
Color information
#4ED3FF (or 0x4ED3FF) is known color: Turquoise Blue. HEX triplet: 4E, D3 and FF. RGB value is (78,211,255). Sum of RGB (Red+Green+Blue) = 78+211+255=544 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.34% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED3FF is #B12C00. Grayscale: #AFAFAF. Windows color (decimal): -11611137 or 16765774. OLE color: 16765774.
HSL color Cylindrical-coordinate representation of color #4ED3FF: hue angle of 194.92º 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 #4ED3FF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 211 | 255 | - |
| CMYK | 0.69 | 0.17 | 0 | 0 |
| HSL | 194.92º | 1% | 0.65% | - |
| HSV(B) | 194.92º | 0.69% | 1% | - |
| XYZ | 44.49 | 55.43 | 102.96 | - |
| YUV | 176.25 | 172.44 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 255 | 0.69 | 0.17 | 0 | 0 | 194.92 | 1 | 0.65 |
| Hex | 4E | D3 | FF | 45 | 11 | 0 | 0 | C3 | 64 | 41 |
| Octal | 116 | 323 | 377 | 105 | 21 | 0 | 0 | 303 | 144 | 101 |
| Binary | 1001110 | 11010011 | 11111111 | 1000101 | 10001 | 0 | 0 | 11000011 | 1100100 | 1000001 |
Color Harmonies of #4ED3FF
Complementary color
Monochromatic Colors of #4ED3FF
Black with #4ED3FF
Text Example
Text Example
White with #4ED3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3FF; }
p { color: rgb(78,211,255); }
H1.HeaderClassName
{
color: #4ED3FF;
}
.AnyTagClassName
{
color: #4ED3FF;
}
</style>
background-color css
<style>
a { background-color: #4ED3FF; }
a { background-color: rgb(78,211,255); }
div.DivClassName
{
background-color: #4ED3FF;
}
.BgClassName
{
background-color: #4ED3FF;
}
</style>
border-color css
<style>
span { border-color: #4ED3FF; }
span { border-color: rgb(78,211,255); }
td.TdClassName
{
border-color: #4ED3FF;
}
.TagClassName
{
border-color: #4ED3FF;
}
</style>