Shades of Turquoise Blue #78E3E9
Tints of Turquoise Blue #78E3E9
RGB
CMYK
RGB Variations
Color information
#78E3E9 (or 0x78E3E9) is known color: Turquoise Blue. HEX triplet: 78, E3 and E9. RGB value is (120,227,233). Sum of RGB (Red+Green+Blue) = 120+227+233=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #78E3E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E3E9 is #871C16. Grayscale: #C3C3C3. Windows color (decimal): -8854551 or 15328120. OLE color: 15328120.
HSL color Cylindrical-coordinate representation of color #78E3E9: hue angle of 183.19º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E3E9 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 227 | 233 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.09 |
| HSL | 183.19º | 0.72% | 0.69% | - |
| HSV(B) | 183.19º | 0.48% | 0.91% | - |
| XYZ | 49.92 | 64.81 | 86.97 | - |
| YUV | 195.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 233 | 0.48 | 0.03 | 0 | 0.09 | 183.19 | 0.72 | 0.69 |
| Hex | 78 | E3 | E9 | 30 | 3 | 0 | 9 | B7 | 48 | 45 |
| Octal | 170 | 343 | 351 | 60 | 3 | 0 | 11 | 267 | 110 | 105 |
| Binary | 1111000 | 11100011 | 11101001 | 110000 | 11 | 0 | 1001 | 10110111 | 1001000 | 1000101 |
Color Harmonies of #78E3E9
Complementary color
Monochromatic Colors of #78E3E9
Black with #78E3E9
Text Example
Text Example
White with #78E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E3E9; }
p { color: rgb(120,227,233); }
H1.HeaderClassName
{
color: #78E3E9;
}
.AnyTagClassName
{
color: #78E3E9;
}
</style>
background-color css
<style>
a { background-color: #78E3E9; }
a { background-color: rgb(120,227,233); }
div.DivClassName
{
background-color: #78E3E9;
}
.BgClassName
{
background-color: #78E3E9;
}
</style>
border-color css
<style>
span { border-color: #78E3E9; }
span { border-color: rgb(120,227,233); }
td.TdClassName
{
border-color: #78E3E9;
}
.TagClassName
{
border-color: #78E3E9;
}
</style>