Shades of Turquoise Blue #78DDD9
Tints of Turquoise Blue #78DDD9
RGB
CMYK
RGB Variations
Color information
#78DDD9 (or 0x78DDD9) is known color: Turquoise Blue. HEX triplet: 78, DD and D9. RGB value is (120,221,217). Sum of RGB (Red+Green+Blue) = 120+221+217=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDD9 is #872226. Grayscale: #BEBEBE. Windows color (decimal): -8856103 or 14278008. OLE color: 14278008.
HSL color Cylindrical-coordinate representation of color #78DDD9: hue angle of 177.62º 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 #78DDD9 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 217 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.13 |
| HSL | 177.62º | 0.6% | 0.67% | - |
| HSV(B) | 177.62º | 0.46% | 0.87% | - |
| XYZ | 46.13 | 60.72 | 74.93 | - |
| YUV | 190.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 217 | 0.46 | 0 | 0.02 | 0.13 | 177.62 | 0.6 | 0.67 |
| Hex | 78 | DD | D9 | 2E | 0 | 2 | D | B2 | 3C | 43 |
| Octal | 170 | 335 | 331 | 56 | 0 | 2 | 15 | 262 | 74 | 103 |
| Binary | 1111000 | 11011101 | 11011001 | 101110 | 0 | 10 | 1101 | 10110010 | 111100 | 1000011 |
Color Harmonies of #78DDD9
Complementary color
Monochromatic Colors of #78DDD9
Black with #78DDD9
Text Example
Text Example
White with #78DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDD9; }
p { color: rgb(120,221,217); }
H1.HeaderClassName
{
color: #78DDD9;
}
.AnyTagClassName
{
color: #78DDD9;
}
</style>
background-color css
<style>
a { background-color: #78DDD9; }
a { background-color: rgb(120,221,217); }
div.DivClassName
{
background-color: #78DDD9;
}
.BgClassName
{
background-color: #78DDD9;
}
</style>
border-color css
<style>
span { border-color: #78DDD9; }
span { border-color: rgb(120,221,217); }
td.TdClassName
{
border-color: #78DDD9;
}
.TagClassName
{
border-color: #78DDD9;
}
</style>