Shades of Turquoise Blue #78DBDA
Tints of Turquoise Blue #78DBDA
RGB
CMYK
RGB Variations
Color information
#78DBDA (or 0x78DBDA) is known color: Turquoise Blue. HEX triplet: 78, DB and DA. RGB value is (120,219,218). Sum of RGB (Red+Green+Blue) = 120+219+218=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBDA is #872425. Grayscale: #BDBDBD. Windows color (decimal): -8856614 or 14343032. OLE color: 14343032.
HSL color Cylindrical-coordinate representation of color #78DBDA: hue angle of 179.39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBDA is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 218 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.14 |
| HSL | 179.39º | 0.58% | 0.66% | - |
| HSV(B) | 179.39º | 0.45% | 0.86% | - |
| XYZ | 45.73 | 59.72 | 75.45 | - |
| YUV | 189.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 218 | 0.45 | 0 | 0.00 | 0.14 | 179.39 | 0.58 | 0.66 |
| Hex | 78 | DB | DA | 2D | 0 | 0 | E | B3 | 3A | 42 |
| Octal | 170 | 333 | 332 | 55 | 0 | 0 | 16 | 263 | 72 | 102 |
| Binary | 1111000 | 11011011 | 11011010 | 101101 | 0 | 0 | 1110 | 10110011 | 111010 | 1000010 |
Color Harmonies of #78DBDA
Complementary color
Monochromatic Colors of #78DBDA
Black with #78DBDA
Text Example
Text Example
White with #78DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBDA; }
p { color: rgb(120,219,218); }
H1.HeaderClassName
{
color: #78DBDA;
}
.AnyTagClassName
{
color: #78DBDA;
}
</style>
background-color css
<style>
a { background-color: #78DBDA; }
a { background-color: rgb(120,219,218); }
div.DivClassName
{
background-color: #78DBDA;
}
.BgClassName
{
background-color: #78DBDA;
}
</style>
border-color css
<style>
span { border-color: #78DBDA; }
span { border-color: rgb(120,219,218); }
td.TdClassName
{
border-color: #78DBDA;
}
.TagClassName
{
border-color: #78DBDA;
}
</style>