Shades of Turquoise Blue #78D4E9
Tints of Turquoise Blue #78D4E9
RGB
CMYK
RGB Variations
Color information
#78D4E9 (or 0x78D4E9) is known color: Turquoise Blue. HEX triplet: 78, D4 and E9. RGB value is (120,212,233). Sum of RGB (Red+Green+Blue) = 120+212+233=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #78D4E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D4E9 is #872B16. Grayscale: #BABABA. Windows color (decimal): -8858391 or 15324280. OLE color: 15324280.
HSL color Cylindrical-coordinate representation of color #78D4E9: hue angle of 191.15º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D4E9 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 212 | 233 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.09 |
| HSL | 191.15º | 0.72% | 0.69% | - |
| HSV(B) | 191.15º | 0.48% | 0.91% | - |
| XYZ | 46 | 56.96 | 85.66 | - |
| YUV | 186.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 233 | 0.48 | 0.09 | 0 | 0.09 | 191.15 | 0.72 | 0.69 |
| Hex | 78 | D4 | E9 | 30 | 9 | 0 | 9 | BF | 48 | 45 |
| Octal | 170 | 324 | 351 | 60 | 11 | 0 | 11 | 277 | 110 | 105 |
| Binary | 1111000 | 11010100 | 11101001 | 110000 | 1001 | 0 | 1001 | 10111111 | 1001000 | 1000101 |
Color Harmonies of #78D4E9
Complementary color
Monochromatic Colors of #78D4E9
Black with #78D4E9
Text Example
Text Example
White with #78D4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4E9; }
p { color: rgb(120,212,233); }
H1.HeaderClassName
{
color: #78D4E9;
}
.AnyTagClassName
{
color: #78D4E9;
}
</style>
background-color css
<style>
a { background-color: #78D4E9; }
a { background-color: rgb(120,212,233); }
div.DivClassName
{
background-color: #78D4E9;
}
.BgClassName
{
background-color: #78D4E9;
}
</style>
border-color css
<style>
span { border-color: #78D4E9; }
span { border-color: rgb(120,212,233); }
td.TdClassName
{
border-color: #78D4E9;
}
.TagClassName
{
border-color: #78D4E9;
}
</style>