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