Shades of Turquoise Blue #4ECEF8
Tints of Turquoise Blue #4ECEF8
RGB
CMYK
RGB Variations
Color information
#4ECEF8 (or 0x4ECEF8) is known color: Turquoise Blue. HEX triplet: 4E, CE and F8. RGB value is (78,206,248). Sum of RGB (Red+Green+Blue) = 78+206+248=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #4ECEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEF8 is #B13107. Grayscale: #ACACAC. Windows color (decimal): -11612424 or 16305742. OLE color: 16305742.
HSL color Cylindrical-coordinate representation of color #4ECEF8: hue angle of 194.82º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECEF8 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 206 | 248 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.03 |
| HSL | 194.82º | 0.92% | 0.64% | - |
| HSV(B) | 194.82º | 0.69% | 0.97% | - |
| XYZ | 42.16 | 52.54 | 96.73 | - |
| YUV | 172.52 | 170.59 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 248 | 0.69 | 0.17 | 0 | 0.03 | 194.82 | 0.92 | 0.64 |
| Hex | 4E | CE | F8 | 45 | 11 | 0 | 3 | C3 | 5C | 40 |
| Octal | 116 | 316 | 370 | 105 | 21 | 0 | 3 | 303 | 134 | 100 |
| Binary | 1001110 | 11001110 | 11111000 | 1000101 | 10001 | 0 | 11 | 11000011 | 1011100 | 1000000 |
Color Harmonies of #4ECEF8
Complementary color
Monochromatic Colors of #4ECEF8
Black with #4ECEF8
Text Example
Text Example
White with #4ECEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEF8; }
p { color: rgb(78,206,248); }
H1.HeaderClassName
{
color: #4ECEF8;
}
.AnyTagClassName
{
color: #4ECEF8;
}
</style>
background-color css
<style>
a { background-color: #4ECEF8; }
a { background-color: rgb(78,206,248); }
div.DivClassName
{
background-color: #4ECEF8;
}
.BgClassName
{
background-color: #4ECEF8;
}
</style>
border-color css
<style>
span { border-color: #4ECEF8; }
span { border-color: rgb(78,206,248); }
td.TdClassName
{
border-color: #4ECEF8;
}
.TagClassName
{
border-color: #4ECEF8;
}
</style>