Shades of Turquoise Blue #78E5EF
Tints of Turquoise Blue #78E5EF
RGB
CMYK
RGB Variations
Color information
#78E5EF (or 0x78E5EF) is known color: Turquoise Blue. HEX triplet: 78, E5 and EF. RGB value is (120,229,239). Sum of RGB (Red+Green+Blue) = 120+229+239=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #78E5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E5EF is #871A10. Grayscale: #C5C5C5. Windows color (decimal): -8854033 or 15721848. OLE color: 15721848.
HSL color Cylindrical-coordinate representation of color #78E5EF: hue angle of 185.04º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E5EF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 229 | 239 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.06 |
| HSL | 185.04º | 0.79% | 0.7% | - |
| HSV(B) | 185.04º | 0.5% | 0.94% | - |
| XYZ | 51.35 | 66.26 | 91.75 | - |
| YUV | 197.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 229 | 239 | 0.50 | 0.04 | 0 | 0.06 | 185.04 | 0.79 | 0.7 |
| Hex | 78 | E5 | EF | 32 | 4 | 0 | 6 | B9 | 4F | 46 |
| Octal | 170 | 345 | 357 | 62 | 4 | 0 | 6 | 271 | 117 | 106 |
| Binary | 1111000 | 11100101 | 11101111 | 110010 | 100 | 0 | 110 | 10111001 | 1001111 | 1000110 |
Color Harmonies of #78E5EF
Complementary color
Monochromatic Colors of #78E5EF
Black with #78E5EF
Text Example
Text Example
White with #78E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E5EF; }
p { color: rgb(120,229,239); }
H1.HeaderClassName
{
color: #78E5EF;
}
.AnyTagClassName
{
color: #78E5EF;
}
</style>
background-color css
<style>
a { background-color: #78E5EF; }
a { background-color: rgb(120,229,239); }
div.DivClassName
{
background-color: #78E5EF;
}
.BgClassName
{
background-color: #78E5EF;
}
</style>
border-color css
<style>
span { border-color: #78E5EF; }
span { border-color: rgb(120,229,239); }
td.TdClassName
{
border-color: #78E5EF;
}
.TagClassName
{
border-color: #78E5EF;
}
</style>