Shades of Turquoise Blue #78E6F5
Tints of Turquoise Blue #78E6F5
RGB
CMYK
RGB Variations
Color information
#78E6F5 (or 0x78E6F5) is known color: Turquoise Blue. HEX triplet: 78, E6 and F5. RGB value is (120,230,245). Sum of RGB (Red+Green+Blue) = 120+230+245=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #78E6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E6F5 is #87190A. Grayscale: #C6C6C6. Windows color (decimal): -8853771 or 16115320. OLE color: 16115320.
HSL color Cylindrical-coordinate representation of color #78E6F5: hue angle of 187.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78E6F5 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 230 | 245 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.04 |
| HSL | 187.2º | 0.86% | 0.72% | - |
| HSV(B) | 187.2º | 0.51% | 0.96% | - |
| XYZ | 52.52 | 67.18 | 96.58 | - |
| YUV | 198.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 245 | 0.51 | 0.06 | 0 | 0.04 | 187.2 | 0.86 | 0.72 |
| Hex | 78 | E6 | F5 | 33 | 6 | 0 | 4 | BB | 56 | 48 |
| Octal | 170 | 346 | 365 | 63 | 6 | 0 | 4 | 273 | 126 | 110 |
| Binary | 1111000 | 11100110 | 11110101 | 110011 | 110 | 0 | 100 | 10111011 | 1010110 | 1001000 |
Color Harmonies of #78E6F5
Complementary color
Monochromatic Colors of #78E6F5
Black with #78E6F5
Text Example
Text Example
White with #78E6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6F5; }
p { color: rgb(120,230,245); }
H1.HeaderClassName
{
color: #78E6F5;
}
.AnyTagClassName
{
color: #78E6F5;
}
</style>
background-color css
<style>
a { background-color: #78E6F5; }
a { background-color: rgb(120,230,245); }
div.DivClassName
{
background-color: #78E6F5;
}
.BgClassName
{
background-color: #78E6F5;
}
</style>
border-color css
<style>
span { border-color: #78E6F5; }
span { border-color: rgb(120,230,245); }
td.TdClassName
{
border-color: #78E6F5;
}
.TagClassName
{
border-color: #78E6F5;
}
</style>