Shades of Turquoise Blue #78E0E3
Tints of Turquoise Blue #78E0E3
RGB
CMYK
RGB Variations
Color information
#78E0E3 (or 0x78E0E3) is known color: Turquoise Blue. HEX triplet: 78, E0 and E3. RGB value is (120,224,227). Sum of RGB (Red+Green+Blue) = 120+224+227=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #78E0E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E0E3 is #871F1C. Grayscale: #C1C1C1. Windows color (decimal): -8855325 or 14934136. OLE color: 14934136.
HSL color Cylindrical-coordinate representation of color #78E0E3: hue angle of 181.68º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E0E3 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 224 | 227 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.11 |
| HSL | 181.68º | 0.66% | 0.68% | - |
| HSV(B) | 181.68º | 0.47% | 0.89% | - |
| XYZ | 48.27 | 62.85 | 82.26 | - |
| YUV | 193.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 224 | 227 | 0.47 | 0.01 | 0 | 0.11 | 181.68 | 0.66 | 0.68 |
| Hex | 78 | E0 | E3 | 2F | 1 | 0 | B | B6 | 42 | 44 |
| Octal | 170 | 340 | 343 | 57 | 1 | 0 | 13 | 266 | 102 | 104 |
| Binary | 1111000 | 11100000 | 11100011 | 101111 | 1 | 0 | 1011 | 10110110 | 1000010 | 1000100 |
Color Harmonies of #78E0E3
Complementary color
Monochromatic Colors of #78E0E3
Black with #78E0E3
Text Example
Text Example
White with #78E0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E0E3; }
p { color: rgb(120,224,227); }
H1.HeaderClassName
{
color: #78E0E3;
}
.AnyTagClassName
{
color: #78E0E3;
}
</style>
background-color css
<style>
a { background-color: #78E0E3; }
a { background-color: rgb(120,224,227); }
div.DivClassName
{
background-color: #78E0E3;
}
.BgClassName
{
background-color: #78E0E3;
}
</style>
border-color css
<style>
span { border-color: #78E0E3; }
span { border-color: rgb(120,224,227); }
td.TdClassName
{
border-color: #78E0E3;
}
.TagClassName
{
border-color: #78E0E3;
}
</style>