Shades of Turquoise Blue #78E2EE
Tints of Turquoise Blue #78E2EE
RGB
CMYK
RGB Variations
Color information
#78E2EE (or 0x78E2EE) is known color: Turquoise Blue. HEX triplet: 78, E2 and EE. RGB value is (120,226,238). Sum of RGB (Red+Green+Blue) = 120+226+238=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #78E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E2EE is #871D11. Grayscale: #C3C3C3. Windows color (decimal): -8854802 or 15655544. OLE color: 15655544.
HSL color Cylindrical-coordinate representation of color #78E2EE: hue angle of 186.1º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E2EE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 226 | 238 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.07 |
| HSL | 186.1º | 0.78% | 0.7% | - |
| HSV(B) | 186.1º | 0.5% | 0.93% | - |
| XYZ | 50.37 | 64.56 | 90.7 | - |
| YUV | 195.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 238 | 0.50 | 0.05 | 0 | 0.07 | 186.1 | 0.78 | 0.7 |
| Hex | 78 | E2 | EE | 32 | 5 | 0 | 7 | BA | 4E | 46 |
| Octal | 170 | 342 | 356 | 62 | 5 | 0 | 7 | 272 | 116 | 106 |
| Binary | 1111000 | 11100010 | 11101110 | 110010 | 101 | 0 | 111 | 10111010 | 1001110 | 1000110 |
Color Harmonies of #78E2EE
Complementary color
Monochromatic Colors of #78E2EE
Black with #78E2EE
Text Example
Text Example
White with #78E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2EE; }
p { color: rgb(120,226,238); }
H1.HeaderClassName
{
color: #78E2EE;
}
.AnyTagClassName
{
color: #78E2EE;
}
</style>
background-color css
<style>
a { background-color: #78E2EE; }
a { background-color: rgb(120,226,238); }
div.DivClassName
{
background-color: #78E2EE;
}
.BgClassName
{
background-color: #78E2EE;
}
</style>
border-color css
<style>
span { border-color: #78E2EE; }
span { border-color: rgb(120,226,238); }
td.TdClassName
{
border-color: #78E2EE;
}
.TagClassName
{
border-color: #78E2EE;
}
</style>