Shades of Turquoise Blue #78D9F5
Tints of Turquoise Blue #78D9F5
RGB
CMYK
RGB Variations
Color information
#78D9F5 (or 0x78D9F5) is known color: Turquoise Blue. HEX triplet: 78, D9 and F5. RGB value is (120,217,245). Sum of RGB (Red+Green+Blue) = 120+217+245=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #78D9F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D9F5 is #87260A. Grayscale: #BEBEBE. Windows color (decimal): -8857099 or 16111992. OLE color: 16111992.
HSL color Cylindrical-coordinate representation of color #78D9F5: hue angle of 193.44º 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 #78D9F5 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 217 | 245 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.04 |
| HSL | 193.44º | 0.86% | 0.72% | - |
| HSV(B) | 193.44º | 0.51% | 0.96% | - |
| XYZ | 49.04 | 60.21 | 95.42 | - |
| YUV | 191.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 245 | 0.51 | 0.11 | 0 | 0.04 | 193.44 | 0.86 | 0.72 |
| Hex | 78 | D9 | F5 | 33 | B | 0 | 4 | C1 | 56 | 48 |
| Octal | 170 | 331 | 365 | 63 | 13 | 0 | 4 | 301 | 126 | 110 |
| Binary | 1111000 | 11011001 | 11110101 | 110011 | 1011 | 0 | 100 | 11000001 | 1010110 | 1001000 |
Color Harmonies of #78D9F5
Complementary color
Monochromatic Colors of #78D9F5
Black with #78D9F5
Text Example
Text Example
White with #78D9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D9F5; }
p { color: rgb(120,217,245); }
H1.HeaderClassName
{
color: #78D9F5;
}
.AnyTagClassName
{
color: #78D9F5;
}
</style>
background-color css
<style>
a { background-color: #78D9F5; }
a { background-color: rgb(120,217,245); }
div.DivClassName
{
background-color: #78D9F5;
}
.BgClassName
{
background-color: #78D9F5;
}
</style>
border-color css
<style>
span { border-color: #78D9F5; }
span { border-color: rgb(120,217,245); }
td.TdClassName
{
border-color: #78D9F5;
}
.TagClassName
{
border-color: #78D9F5;
}
</style>