Shades of Turquoise Blue #4ECFE8
Tints of Turquoise Blue #4ECFE8
RGB
CMYK
RGB Variations
Color information
#4ECFE8 (or 0x4ECFE8) is known color: Turquoise Blue. HEX triplet: 4E, CF and E8. RGB value is (78,207,232). Sum of RGB (Red+Green+Blue) = 78+207+232=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #4ECFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFE8 is #B13017. Grayscale: #ABABAB. Windows color (decimal): -11612184 or 15257422. OLE color: 15257422.
HSL color Cylindrical-coordinate representation of color #4ECFE8: hue angle of 189.74º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ECFE8 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 207 | 232 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.09 |
| HSL | 189.74º | 0.77% | 0.61% | - |
| HSV(B) | 189.74º | 0.66% | 0.91% | - |
| XYZ | 40.02 | 52.07 | 84.29 | - |
| YUV | 171.28 | 162.26 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 232 | 0.66 | 0.11 | 0 | 0.09 | 189.74 | 0.77 | 0.61 |
| Hex | 4E | CF | E8 | 42 | B | 0 | 9 | BE | 4D | 3D |
| Octal | 116 | 317 | 350 | 102 | 13 | 0 | 11 | 276 | 115 | 75 |
| Binary | 1001110 | 11001111 | 11101000 | 1000010 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111101 |
Color Harmonies of #4ECFE8
Complementary color
Monochromatic Colors of #4ECFE8
Black with #4ECFE8
Text Example
Text Example
White with #4ECFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFE8; }
p { color: rgb(78,207,232); }
H1.HeaderClassName
{
color: #4ECFE8;
}
.AnyTagClassName
{
color: #4ECFE8;
}
</style>
background-color css
<style>
a { background-color: #4ECFE8; }
a { background-color: rgb(78,207,232); }
div.DivClassName
{
background-color: #4ECFE8;
}
.BgClassName
{
background-color: #4ECFE8;
}
</style>
border-color css
<style>
span { border-color: #4ECFE8; }
span { border-color: rgb(78,207,232); }
td.TdClassName
{
border-color: #4ECFE8;
}
.TagClassName
{
border-color: #4ECFE8;
}
</style>