Shades of Turquoise Blue #78ECE4
Tints of Turquoise Blue #78ECE4
RGB
CMYK
RGB Variations
Color information
#78ECE4 (or 0x78ECE4) is known color: Turquoise Blue. HEX triplet: 78, EC and E4. RGB value is (120,236,228). Sum of RGB (Red+Green+Blue) = 120+236+228=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78ECE4 is #87131B. Grayscale: #C8C8C8. Windows color (decimal): -8852252 or 15002744. OLE color: 15002744.
HSL color Cylindrical-coordinate representation of color #78ECE4: hue angle of 175.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECE4 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 228 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.07 |
| HSL | 175.86º | 0.75% | 0.7% | - |
| HSV(B) | 175.86º | 0.49% | 0.93% | - |
| XYZ | 51.74 | 69.59 | 84.1 | - |
| YUV | 200.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 228 | 0.49 | 0 | 0.03 | 0.07 | 175.86 | 0.75 | 0.7 |
| Hex | 78 | EC | E4 | 31 | 0 | 3 | 7 | B0 | 4B | 46 |
| Octal | 170 | 354 | 344 | 61 | 0 | 3 | 7 | 260 | 113 | 106 |
| Binary | 1111000 | 11101100 | 11100100 | 110001 | 0 | 11 | 111 | 10110000 | 1001011 | 1000110 |
Color Harmonies of #78ECE4
Complementary color
Monochromatic Colors of #78ECE4
Black with #78ECE4
Text Example
Text Example
White with #78ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ECE4; }
p { color: rgb(120,236,228); }
H1.HeaderClassName
{
color: #78ECE4;
}
.AnyTagClassName
{
color: #78ECE4;
}
</style>
background-color css
<style>
a { background-color: #78ECE4; }
a { background-color: rgb(120,236,228); }
div.DivClassName
{
background-color: #78ECE4;
}
.BgClassName
{
background-color: #78ECE4;
}
</style>
border-color css
<style>
span { border-color: #78ECE4; }
span { border-color: rgb(120,236,228); }
td.TdClassName
{
border-color: #78ECE4;
}
.TagClassName
{
border-color: #78ECE4;
}
</style>