Shades of Turquoise Blue #78EAE4
Tints of Turquoise Blue #78EAE4
RGB
CMYK
RGB Variations
Color information
#78EAE4 (or 0x78EAE4) is known color: Turquoise Blue. HEX triplet: 78, EA and E4. RGB value is (120,234,228). Sum of RGB (Red+Green+Blue) = 120+234+228=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #78EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EAE4 is #87151B. Grayscale: #C7C7C7. Windows color (decimal): -8852764 or 15002232. OLE color: 15002232.
HSL color Cylindrical-coordinate representation of color #78EAE4: hue angle of 176.84º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EAE4 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 228 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.08 |
| HSL | 176.84º | 0.73% | 0.69% | - |
| HSV(B) | 176.84º | 0.49% | 0.92% | - |
| XYZ | 51.17 | 68.44 | 83.91 | - |
| YUV | 199.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 228 | 0.49 | 0 | 0.03 | 0.08 | 176.84 | 0.73 | 0.69 |
| Hex | 78 | EA | E4 | 31 | 0 | 3 | 8 | B1 | 49 | 45 |
| Octal | 170 | 352 | 344 | 61 | 0 | 3 | 10 | 261 | 111 | 105 |
| Binary | 1111000 | 11101010 | 11100100 | 110001 | 0 | 11 | 1000 | 10110001 | 1001001 | 1000101 |
Color Harmonies of #78EAE4
Complementary color
Monochromatic Colors of #78EAE4
Black with #78EAE4
Text Example
Text Example
White with #78EAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EAE4; }
p { color: rgb(120,234,228); }
H1.HeaderClassName
{
color: #78EAE4;
}
.AnyTagClassName
{
color: #78EAE4;
}
</style>
background-color css
<style>
a { background-color: #78EAE4; }
a { background-color: rgb(120,234,228); }
div.DivClassName
{
background-color: #78EAE4;
}
.BgClassName
{
background-color: #78EAE4;
}
</style>
border-color css
<style>
span { border-color: #78EAE4; }
span { border-color: rgb(120,234,228); }
td.TdClassName
{
border-color: #78EAE4;
}
.TagClassName
{
border-color: #78EAE4;
}
</style>