Shades of Turquoise Blue #4ECFEF
Tints of Turquoise Blue #4ECFEF
RGB
CMYK
RGB Variations
Color information
#4ECFEF (or 0x4ECFEF) is known color: Turquoise Blue. HEX triplet: 4E, CF and EF. RGB value is (78,207,239). Sum of RGB (Red+Green+Blue) = 78+207+239=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ECFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFEF is #B13010. Grayscale: #ABABAB. Windows color (decimal): -11612177 or 15716174. OLE color: 15716174.
HSL color Cylindrical-coordinate representation of color #4ECFEF: hue angle of 191.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECFEF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 207 | 239 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.06 |
| HSL | 191.93º | 0.83% | 0.62% | - |
| HSV(B) | 191.93º | 0.67% | 0.94% | - |
| XYZ | 41.03 | 52.48 | 89.63 | - |
| YUV | 172.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 239 | 0.67 | 0.13 | 0 | 0.06 | 191.93 | 0.83 | 0.62 |
| Hex | 4E | CF | EF | 43 | D | 0 | 6 | C0 | 53 | 3E |
| Octal | 116 | 317 | 357 | 103 | 15 | 0 | 6 | 300 | 123 | 76 |
| Binary | 1001110 | 11001111 | 11101111 | 1000011 | 1101 | 0 | 110 | 11000000 | 1010011 | 111110 |
Color Harmonies of #4ECFEF
Complementary color
Monochromatic Colors of #4ECFEF
Black with #4ECFEF
Text Example
Text Example
White with #4ECFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFEF; }
p { color: rgb(78,207,239); }
H1.HeaderClassName
{
color: #4ECFEF;
}
.AnyTagClassName
{
color: #4ECFEF;
}
</style>
background-color css
<style>
a { background-color: #4ECFEF; }
a { background-color: rgb(78,207,239); }
div.DivClassName
{
background-color: #4ECFEF;
}
.BgClassName
{
background-color: #4ECFEF;
}
</style>
border-color css
<style>
span { border-color: #4ECFEF; }
span { border-color: rgb(78,207,239); }
td.TdClassName
{
border-color: #4ECFEF;
}
.TagClassName
{
border-color: #4ECFEF;
}
</style>