Shades of Turquoise Blue #78DBDD
Tints of Turquoise Blue #78DBDD
RGB
CMYK
RGB Variations
Color information
#78DBDD (or 0x78DBDD) is known color: Turquoise Blue. HEX triplet: 78, DB and DD. RGB value is (120,219,221). Sum of RGB (Red+Green+Blue) = 120+219+221=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #78DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBDD is #872422. Grayscale: #BDBDBD. Windows color (decimal): -8856611 or 14539640. OLE color: 14539640.
HSL color Cylindrical-coordinate representation of color #78DBDD: hue angle of 181.19º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DBDD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 219 | 221 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.13 |
| HSL | 181.19º | 0.6% | 0.67% | - |
| HSV(B) | 181.19º | 0.46% | 0.87% | - |
| XYZ | 46.13 | 59.88 | 77.53 | - |
| YUV | 189.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 221 | 0.46 | 0.01 | 0 | 0.13 | 181.19 | 0.6 | 0.67 |
| Hex | 78 | DB | DD | 2E | 1 | 0 | D | B5 | 3C | 43 |
| Octal | 170 | 333 | 335 | 56 | 1 | 0 | 15 | 265 | 74 | 103 |
| Binary | 1111000 | 11011011 | 11011101 | 101110 | 1 | 0 | 1101 | 10110101 | 111100 | 1000011 |
Color Harmonies of #78DBDD
Complementary color
Monochromatic Colors of #78DBDD
Black with #78DBDD
Text Example
Text Example
White with #78DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBDD; }
p { color: rgb(120,219,221); }
H1.HeaderClassName
{
color: #78DBDD;
}
.AnyTagClassName
{
color: #78DBDD;
}
</style>
background-color css
<style>
a { background-color: #78DBDD; }
a { background-color: rgb(120,219,221); }
div.DivClassName
{
background-color: #78DBDD;
}
.BgClassName
{
background-color: #78DBDD;
}
</style>
border-color css
<style>
span { border-color: #78DBDD; }
span { border-color: rgb(120,219,221); }
td.TdClassName
{
border-color: #78DBDD;
}
.TagClassName
{
border-color: #78DBDD;
}
</style>