Shades of Turquoise Blue #78DBE6
Tints of Turquoise Blue #78DBE6
RGB
CMYK
RGB Variations
Color information
#78DBE6 (or 0x78DBE6) is known color: Turquoise Blue. HEX triplet: 78, DB and E6. RGB value is (120,219,230). Sum of RGB (Red+Green+Blue) = 120+219+230=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #78DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DBE6 is #872419. Grayscale: #BEBEBE. Windows color (decimal): -8856602 or 15129464. OLE color: 15129464.
HSL color Cylindrical-coordinate representation of color #78DBE6: hue angle of 186º 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 #78DBE6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 219 | 230 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.10 |
| HSL | 186º | 0.69% | 0.69% | - |
| HSV(B) | 186º | 0.48% | 0.9% | - |
| XYZ | 47.36 | 60.37 | 84.02 | - |
| YUV | 190.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 230 | 0.48 | 0.05 | 0 | 0.10 | 186 | 0.69 | 0.69 |
| Hex | 78 | DB | E6 | 30 | 5 | 0 | A | BA | 45 | 45 |
| Octal | 170 | 333 | 346 | 60 | 5 | 0 | 12 | 272 | 105 | 105 |
| Binary | 1111000 | 11011011 | 11100110 | 110000 | 101 | 0 | 1010 | 10111010 | 1000101 | 1000101 |
Color Harmonies of #78DBE6
Complementary color
Monochromatic Colors of #78DBE6
Black with #78DBE6
Text Example
Text Example
White with #78DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBE6; }
p { color: rgb(120,219,230); }
H1.HeaderClassName
{
color: #78DBE6;
}
.AnyTagClassName
{
color: #78DBE6;
}
</style>
background-color css
<style>
a { background-color: #78DBE6; }
a { background-color: rgb(120,219,230); }
div.DivClassName
{
background-color: #78DBE6;
}
.BgClassName
{
background-color: #78DBE6;
}
</style>
border-color css
<style>
span { border-color: #78DBE6; }
span { border-color: rgb(120,219,230); }
td.TdClassName
{
border-color: #78DBE6;
}
.TagClassName
{
border-color: #78DBE6;
}
</style>