Shades of Turquoise Blue #78DDDB
Tints of Turquoise Blue #78DDDB
RGB
CMYK
RGB Variations
Color information
#78DDDB (or 0x78DDDB) is known color: Turquoise Blue. HEX triplet: 78, DD and DB. RGB value is (120,221,219). Sum of RGB (Red+Green+Blue) = 120+221+219=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDDB is #872224. Grayscale: #BEBEBE. Windows color (decimal): -8856101 or 14409080. OLE color: 14409080.
HSL color Cylindrical-coordinate representation of color #78DDDB: hue angle of 178.81º 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 #78DDDB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 219 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.13 |
| HSL | 178.81º | 0.6% | 0.67% | - |
| HSV(B) | 178.81º | 0.46% | 0.87% | - |
| XYZ | 46.39 | 60.82 | 76.31 | - |
| YUV | 190.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 219 | 0.46 | 0 | 0.01 | 0.13 | 178.81 | 0.6 | 0.67 |
| Hex | 78 | DD | DB | 2E | 0 | 1 | D | B3 | 3C | 43 |
| Octal | 170 | 335 | 333 | 56 | 0 | 1 | 15 | 263 | 74 | 103 |
| Binary | 1111000 | 11011101 | 11011011 | 101110 | 0 | 1 | 1101 | 10110011 | 111100 | 1000011 |
Color Harmonies of #78DDDB
Complementary color
Monochromatic Colors of #78DDDB
Black with #78DDDB
Text Example
Text Example
White with #78DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDDB; }
p { color: rgb(120,221,219); }
H1.HeaderClassName
{
color: #78DDDB;
}
.AnyTagClassName
{
color: #78DDDB;
}
</style>
background-color css
<style>
a { background-color: #78DDDB; }
a { background-color: rgb(120,221,219); }
div.DivClassName
{
background-color: #78DDDB;
}
.BgClassName
{
background-color: #78DDDB;
}
</style>
border-color css
<style>
span { border-color: #78DDDB; }
span { border-color: rgb(120,221,219); }
td.TdClassName
{
border-color: #78DDDB;
}
.TagClassName
{
border-color: #78DDDB;
}
</style>