Shades of Turquoise Blue #78E3E2
Tints of Turquoise Blue #78E3E2
RGB
CMYK
RGB Variations
Color information
#78E3E2 (or 0x78E3E2) is known color: Turquoise Blue. HEX triplet: 78, E3 and E2. RGB value is (120,227,226). Sum of RGB (Red+Green+Blue) = 120+227+226=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #78E3E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E3E2 is #871C1D. Grayscale: #C2C2C2. Windows color (decimal): -8854558 or 14869368. OLE color: 14869368.
HSL color Cylindrical-coordinate representation of color #78E3E2: hue angle of 179.44º 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 #78E3E2 is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 227 | 226 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.11 |
| HSL | 179.44º | 0.66% | 0.68% | - |
| HSV(B) | 179.44º | 0.47% | 0.89% | - |
| XYZ | 48.94 | 64.42 | 81.81 | - |
| YUV | 194.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 226 | 0.47 | 0 | 0.00 | 0.11 | 179.44 | 0.66 | 0.68 |
| Hex | 78 | E3 | E2 | 2F | 0 | 0 | B | B3 | 42 | 44 |
| Octal | 170 | 343 | 342 | 57 | 0 | 0 | 13 | 263 | 102 | 104 |
| Binary | 1111000 | 11100011 | 11100010 | 101111 | 0 | 0 | 1011 | 10110011 | 1000010 | 1000100 |
Color Harmonies of #78E3E2
Complementary color
Monochromatic Colors of #78E3E2
Black with #78E3E2
Text Example
Text Example
White with #78E3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E3E2; }
p { color: rgb(120,227,226); }
H1.HeaderClassName
{
color: #78E3E2;
}
.AnyTagClassName
{
color: #78E3E2;
}
</style>
background-color css
<style>
a { background-color: #78E3E2; }
a { background-color: rgb(120,227,226); }
div.DivClassName
{
background-color: #78E3E2;
}
.BgClassName
{
background-color: #78E3E2;
}
</style>
border-color css
<style>
span { border-color: #78E3E2; }
span { border-color: rgb(120,227,226); }
td.TdClassName
{
border-color: #78E3E2;
}
.TagClassName
{
border-color: #78E3E2;
}
</style>