Shades of Turquoise Blue #4ECEEA
Tints of Turquoise Blue #4ECEEA
RGB
CMYK
RGB Variations
Color information
#4ECEEA (or 0x4ECEEA) is known color: Turquoise Blue. HEX triplet: 4E, CE and EA. RGB value is (78,206,234). Sum of RGB (Red+Green+Blue) = 78+206+234=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ECEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEEA is #B13115. Grayscale: #AAAAAA. Windows color (decimal): -11612438 or 15388238. OLE color: 15388238.
HSL color Cylindrical-coordinate representation of color #4ECEEA: hue angle of 190.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECEEA is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 206 | 234 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.08 |
| HSL | 190.77º | 0.79% | 0.61% | - |
| HSV(B) | 190.77º | 0.67% | 0.92% | - |
| XYZ | 40.06 | 51.7 | 85.71 | - |
| YUV | 170.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 234 | 0.67 | 0.12 | 0 | 0.08 | 190.77 | 0.79 | 0.61 |
| Hex | 4E | CE | EA | 43 | C | 0 | 8 | BF | 4F | 3D |
| Octal | 116 | 316 | 352 | 103 | 14 | 0 | 10 | 277 | 117 | 75 |
| Binary | 1001110 | 11001110 | 11101010 | 1000011 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111101 |
Color Harmonies of #4ECEEA
Complementary color
Monochromatic Colors of #4ECEEA
Black with #4ECEEA
Text Example
Text Example
White with #4ECEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEEA; }
p { color: rgb(78,206,234); }
H1.HeaderClassName
{
color: #4ECEEA;
}
.AnyTagClassName
{
color: #4ECEEA;
}
</style>
background-color css
<style>
a { background-color: #4ECEEA; }
a { background-color: rgb(78,206,234); }
div.DivClassName
{
background-color: #4ECEEA;
}
.BgClassName
{
background-color: #4ECEEA;
}
</style>
border-color css
<style>
span { border-color: #4ECEEA; }
span { border-color: rgb(78,206,234); }
td.TdClassName
{
border-color: #4ECEEA;
}
.TagClassName
{
border-color: #4ECEEA;
}
</style>