Shades of Turquoise Blue #78E1E6
Tints of Turquoise Blue #78E1E6
RGB
CMYK
RGB Variations
Color information
#78E1E6 (or 0x78E1E6) is known color: Turquoise Blue. HEX triplet: 78, E1 and E6. RGB value is (120,225,230). Sum of RGB (Red+Green+Blue) = 120+225+230=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #78E1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E1E6 is #871E19. Grayscale: #C2C2C2. Windows color (decimal): -8855066 or 15131000. OLE color: 15131000.
HSL color Cylindrical-coordinate representation of color #78E1E6: hue angle of 182.73º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E1E6 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 225 | 230 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.10 |
| HSL | 182.73º | 0.69% | 0.69% | - |
| HSV(B) | 182.73º | 0.48% | 0.9% | - |
| XYZ | 48.95 | 63.56 | 84.55 | - |
| YUV | 194.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 225 | 230 | 0.48 | 0.02 | 0 | 0.10 | 182.73 | 0.69 | 0.69 |
| Hex | 78 | E1 | E6 | 30 | 2 | 0 | A | B7 | 45 | 45 |
| Octal | 170 | 341 | 346 | 60 | 2 | 0 | 12 | 267 | 105 | 105 |
| Binary | 1111000 | 11100001 | 11100110 | 110000 | 10 | 0 | 1010 | 10110111 | 1000101 | 1000101 |
Color Harmonies of #78E1E6
Complementary color
Monochromatic Colors of #78E1E6
Black with #78E1E6
Text Example
Text Example
White with #78E1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E1E6; }
p { color: rgb(120,225,230); }
H1.HeaderClassName
{
color: #78E1E6;
}
.AnyTagClassName
{
color: #78E1E6;
}
</style>
background-color css
<style>
a { background-color: #78E1E6; }
a { background-color: rgb(120,225,230); }
div.DivClassName
{
background-color: #78E1E6;
}
.BgClassName
{
background-color: #78E1E6;
}
</style>
border-color css
<style>
span { border-color: #78E1E6; }
span { border-color: rgb(120,225,230); }
td.TdClassName
{
border-color: #78E1E6;
}
.TagClassName
{
border-color: #78E1E6;
}
</style>