Shades of Turquoise Blue #4ECEFA
Tints of Turquoise Blue #4ECEFA
RGB
CMYK
RGB Variations
Color information
#4ECEFA (or 0x4ECEFA) is known color: Turquoise Blue. HEX triplet: 4E, CE and FA. RGB value is (78,206,250). Sum of RGB (Red+Green+Blue) = 78+206+250=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ECEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEFA is #B13105. Grayscale: #ACACAC. Windows color (decimal): -11612422 or 16436814. OLE color: 16436814.
HSL color Cylindrical-coordinate representation of color #4ECEFA: hue angle of 195.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECEFA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 206 | 250 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.02 |
| HSL | 195.35º | 0.95% | 0.64% | - |
| HSV(B) | 195.35º | 0.69% | 0.98% | - |
| XYZ | 42.47 | 52.66 | 98.37 | - |
| YUV | 172.74 | 171.59 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 250 | 0.69 | 0.18 | 0 | 0.02 | 195.35 | 0.95 | 0.64 |
| Hex | 4E | CE | FA | 45 | 12 | 0 | 2 | C3 | 5F | 40 |
| Octal | 116 | 316 | 372 | 105 | 22 | 0 | 2 | 303 | 137 | 100 |
| Binary | 1001110 | 11001110 | 11111010 | 1000101 | 10010 | 0 | 10 | 11000011 | 1011111 | 1000000 |
Color Harmonies of #4ECEFA
Complementary color
Monochromatic Colors of #4ECEFA
Black with #4ECEFA
Text Example
Text Example
White with #4ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEFA; }
p { color: rgb(78,206,250); }
H1.HeaderClassName
{
color: #4ECEFA;
}
.AnyTagClassName
{
color: #4ECEFA;
}
</style>
background-color css
<style>
a { background-color: #4ECEFA; }
a { background-color: rgb(78,206,250); }
div.DivClassName
{
background-color: #4ECEFA;
}
.BgClassName
{
background-color: #4ECEFA;
}
</style>
border-color css
<style>
span { border-color: #4ECEFA; }
span { border-color: rgb(78,206,250); }
td.TdClassName
{
border-color: #4ECEFA;
}
.TagClassName
{
border-color: #4ECEFA;
}
</style>