Shades of Turquoise Blue #78D8ED
Tints of Turquoise Blue #78D8ED
RGB
CMYK
RGB Variations
Color information
#78D8ED (or 0x78D8ED) is known color: Turquoise Blue. HEX triplet: 78, D8 and ED. RGB value is (120,216,237). Sum of RGB (Red+Green+Blue) = 120+216+237=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #78D8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D8ED is #872712. Grayscale: #BDBDBD. Windows color (decimal): -8857363 or 15587448. OLE color: 15587448.
HSL color Cylindrical-coordinate representation of color #78D8ED: hue angle of 190.77º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D8ED is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 216 | 237 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.07 |
| HSL | 190.77º | 0.76% | 0.7% | - |
| HSV(B) | 190.77º | 0.49% | 0.93% | - |
| XYZ | 47.59 | 59.22 | 89.04 | - |
| YUV | 189.69 | 154.7 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 237 | 0.49 | 0.09 | 0 | 0.07 | 190.77 | 0.76 | 0.7 |
| Hex | 78 | D8 | ED | 31 | 9 | 0 | 7 | BF | 4C | 46 |
| Octal | 170 | 330 | 355 | 61 | 11 | 0 | 7 | 277 | 114 | 106 |
| Binary | 1111000 | 11011000 | 11101101 | 110001 | 1001 | 0 | 111 | 10111111 | 1001100 | 1000110 |
Color Harmonies of #78D8ED
Complementary color
Monochromatic Colors of #78D8ED
Black with #78D8ED
Text Example
Text Example
White with #78D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D8ED; }
p { color: rgb(120,216,237); }
H1.HeaderClassName
{
color: #78D8ED;
}
.AnyTagClassName
{
color: #78D8ED;
}
</style>
background-color css
<style>
a { background-color: #78D8ED; }
a { background-color: rgb(120,216,237); }
div.DivClassName
{
background-color: #78D8ED;
}
.BgClassName
{
background-color: #78D8ED;
}
</style>
border-color css
<style>
span { border-color: #78D8ED; }
span { border-color: rgb(120,216,237); }
td.TdClassName
{
border-color: #78D8ED;
}
.TagClassName
{
border-color: #78D8ED;
}
</style>