Shades of Turquoise Blue #78D9E8
Tints of Turquoise Blue #78D9E8
RGB
CMYK
RGB Variations
Color information
#78D9E8 (or 0x78D9E8) is known color: Turquoise Blue. HEX triplet: 78, D9 and E8. RGB value is (120,217,232). Sum of RGB (Red+Green+Blue) = 120+217+232=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #78D9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D9E8 is #872617. Grayscale: #BDBDBD. Windows color (decimal): -8857112 or 15260024. OLE color: 15260024.
HSL color Cylindrical-coordinate representation of color #78D9E8: hue angle of 188.04º degrees, saturation: 0.71, 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 #78D9E8 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 217 | 232 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.09 |
| HSL | 188.04º | 0.71% | 0.69% | - |
| HSV(B) | 188.04º | 0.48% | 0.91% | - |
| XYZ | 47.12 | 59.44 | 85.33 | - |
| YUV | 189.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 232 | 0.48 | 0.06 | 0 | 0.09 | 188.04 | 0.71 | 0.69 |
| Hex | 78 | D9 | E8 | 30 | 6 | 0 | 9 | BC | 47 | 45 |
| Octal | 170 | 331 | 350 | 60 | 6 | 0 | 11 | 274 | 107 | 105 |
| Binary | 1111000 | 11011001 | 11101000 | 110000 | 110 | 0 | 1001 | 10111100 | 1000111 | 1000101 |
Color Harmonies of #78D9E8
Complementary color
Monochromatic Colors of #78D9E8
Black with #78D9E8
Text Example
Text Example
White with #78D9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D9E8; }
p { color: rgb(120,217,232); }
H1.HeaderClassName
{
color: #78D9E8;
}
.AnyTagClassName
{
color: #78D9E8;
}
</style>
background-color css
<style>
a { background-color: #78D9E8; }
a { background-color: rgb(120,217,232); }
div.DivClassName
{
background-color: #78D9E8;
}
.BgClassName
{
background-color: #78D9E8;
}
</style>
border-color css
<style>
span { border-color: #78D9E8; }
span { border-color: rgb(120,217,232); }
td.TdClassName
{
border-color: #78D9E8;
}
.TagClassName
{
border-color: #78D9E8;
}
</style>