Shades of Turquoise Blue #78DFDB
Tints of Turquoise Blue #78DFDB
RGB
CMYK
RGB Variations
Color information
#78DFDB (or 0x78DFDB) is known color: Turquoise Blue. HEX triplet: 78, DF and DB. RGB value is (120,223,219). Sum of RGB (Red+Green+Blue) = 120+223+219=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFDB is #872024. Grayscale: #BFBFBF. Windows color (decimal): -8855589 or 14409592. OLE color: 14409592.
HSL color Cylindrical-coordinate representation of color #78DFDB: hue angle of 177.67º degrees, saturation: 0.62, 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 #78DFDB is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 219 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.13 |
| HSL | 177.67º | 0.62% | 0.67% | - |
| HSV(B) | 177.67º | 0.46% | 0.87% | - |
| XYZ | 46.92 | 61.88 | 76.49 | - |
| YUV | 191.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 219 | 0.46 | 0 | 0.02 | 0.13 | 177.67 | 0.62 | 0.67 |
| Hex | 78 | DF | DB | 2E | 0 | 2 | D | B2 | 3E | 43 |
| Octal | 170 | 337 | 333 | 56 | 0 | 2 | 15 | 262 | 76 | 103 |
| Binary | 1111000 | 11011111 | 11011011 | 101110 | 0 | 10 | 1101 | 10110010 | 111110 | 1000011 |
Color Harmonies of #78DFDB
Complementary color
Monochromatic Colors of #78DFDB
Black with #78DFDB
Text Example
Text Example
White with #78DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFDB; }
p { color: rgb(120,223,219); }
H1.HeaderClassName
{
color: #78DFDB;
}
.AnyTagClassName
{
color: #78DFDB;
}
</style>
background-color css
<style>
a { background-color: #78DFDB; }
a { background-color: rgb(120,223,219); }
div.DivClassName
{
background-color: #78DFDB;
}
.BgClassName
{
background-color: #78DFDB;
}
</style>
border-color css
<style>
span { border-color: #78DFDB; }
span { border-color: rgb(120,223,219); }
td.TdClassName
{
border-color: #78DFDB;
}
.TagClassName
{
border-color: #78DFDB;
}
</style>