Shades of Turquoise Blue #78DDF8
Tints of Turquoise Blue #78DDF8
RGB
CMYK
RGB Variations
Color information
#78DDF8 (or 0x78DDF8) is known color: Turquoise Blue. HEX triplet: 78, DD and F8. RGB value is (120,221,248). Sum of RGB (Red+Green+Blue) = 120+221+248=589 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.37% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #78DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDF8 is #872207. Grayscale: #C1C1C1. Windows color (decimal): -8856072 or 16309624. OLE color: 16309624.
HSL color Cylindrical-coordinate representation of color #78DDF8: hue angle of 192.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DDF8 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 221 | 248 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.03 |
| HSL | 192.66º | 0.9% | 0.72% | - |
| HSV(B) | 192.66º | 0.52% | 0.97% | - |
| XYZ | 50.55 | 62.48 | 98.2 | - |
| YUV | 193.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 248 | 0.52 | 0.11 | 0 | 0.03 | 192.66 | 0.9 | 0.72 |
| Hex | 78 | DD | F8 | 34 | B | 0 | 3 | C1 | 5A | 48 |
| Octal | 170 | 335 | 370 | 64 | 13 | 0 | 3 | 301 | 132 | 110 |
| Binary | 1111000 | 11011101 | 11111000 | 110100 | 1011 | 0 | 11 | 11000001 | 1011010 | 1001000 |
Color Harmonies of #78DDF8
Complementary color
Monochromatic Colors of #78DDF8
Black with #78DDF8
Text Example
Text Example
White with #78DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDF8; }
p { color: rgb(120,221,248); }
H1.HeaderClassName
{
color: #78DDF8;
}
.AnyTagClassName
{
color: #78DDF8;
}
</style>
background-color css
<style>
a { background-color: #78DDF8; }
a { background-color: rgb(120,221,248); }
div.DivClassName
{
background-color: #78DDF8;
}
.BgClassName
{
background-color: #78DDF8;
}
</style>
border-color css
<style>
span { border-color: #78DDF8; }
span { border-color: rgb(120,221,248); }
td.TdClassName
{
border-color: #78DDF8;
}
.TagClassName
{
border-color: #78DDF8;
}
</style>