Shades of Turquoise Blue #78DBDC
Tints of Turquoise Blue #78DBDC
RGB
CMYK
RGB Variations
Color information
#78DBDC (or 0x78DBDC) is known color: Turquoise Blue. HEX triplet: 78, DB and DC. RGB value is (120,219,220). Sum of RGB (Red+Green+Blue) = 120+219+220=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #78DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBDC is #872423. Grayscale: #BDBDBD. Windows color (decimal): -8856612 or 14474104. OLE color: 14474104.
HSL color Cylindrical-coordinate representation of color #78DBDC: hue angle of 180.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBDC is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 220 | - |
| CMYK | 0.45 | 0.00 | 0 | 0.14 |
| HSL | 180.6º | 0.59% | 0.67% | - |
| HSV(B) | 180.6º | 0.45% | 0.86% | - |
| XYZ | 46 | 59.82 | 76.83 | - |
| YUV | 189.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 220 | 0.45 | 0.00 | 0 | 0.14 | 180.6 | 0.59 | 0.67 |
| Hex | 78 | DB | DC | 2D | 0 | 0 | E | B5 | 3B | 43 |
| Octal | 170 | 333 | 334 | 55 | 0 | 0 | 16 | 265 | 73 | 103 |
| Binary | 1111000 | 11011011 | 11011100 | 101101 | 0 | 0 | 1110 | 10110101 | 111011 | 1000011 |
Color Harmonies of #78DBDC
Complementary color
Monochromatic Colors of #78DBDC
Black with #78DBDC
Text Example
Text Example
White with #78DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBDC; }
p { color: rgb(120,219,220); }
H1.HeaderClassName
{
color: #78DBDC;
}
.AnyTagClassName
{
color: #78DBDC;
}
</style>
background-color css
<style>
a { background-color: #78DBDC; }
a { background-color: rgb(120,219,220); }
div.DivClassName
{
background-color: #78DBDC;
}
.BgClassName
{
background-color: #78DBDC;
}
</style>
border-color css
<style>
span { border-color: #78DBDC; }
span { border-color: rgb(120,219,220); }
td.TdClassName
{
border-color: #78DBDC;
}
.TagClassName
{
border-color: #78DBDC;
}
</style>