Shades of Turquoise Blue #78E3D9
Tints of Turquoise Blue #78E3D9
RGB
CMYK
RGB Variations
Color information
#78E3D9 (or 0x78E3D9) is known color: Turquoise Blue. HEX triplet: 78, E3 and D9. RGB value is (120,227,217). Sum of RGB (Red+Green+Blue) = 120+227+217=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #78E3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E3D9 is #871C26. Grayscale: #C1C1C1. Windows color (decimal): -8854567 or 14279544. OLE color: 14279544.
HSL color Cylindrical-coordinate representation of color #78E3D9: hue angle of 174.39º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E3D9 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 227 | 217 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.11 |
| HSL | 174.39º | 0.66% | 0.68% | - |
| HSV(B) | 174.39º | 0.47% | 0.89% | - |
| XYZ | 47.74 | 63.94 | 75.47 | - |
| YUV | 193.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 217 | 0.47 | 0 | 0.04 | 0.11 | 174.39 | 0.66 | 0.68 |
| Hex | 78 | E3 | D9 | 2F | 0 | 4 | B | AE | 42 | 44 |
| Octal | 170 | 343 | 331 | 57 | 0 | 4 | 13 | 256 | 102 | 104 |
| Binary | 1111000 | 11100011 | 11011001 | 101111 | 0 | 100 | 1011 | 10101110 | 1000010 | 1000100 |
Color Harmonies of #78E3D9
Complementary color
Monochromatic Colors of #78E3D9
Black with #78E3D9
Text Example
Text Example
White with #78E3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E3D9; }
p { color: rgb(120,227,217); }
H1.HeaderClassName
{
color: #78E3D9;
}
.AnyTagClassName
{
color: #78E3D9;
}
</style>
background-color css
<style>
a { background-color: #78E3D9; }
a { background-color: rgb(120,227,217); }
div.DivClassName
{
background-color: #78E3D9;
}
.BgClassName
{
background-color: #78E3D9;
}
</style>
border-color css
<style>
span { border-color: #78E3D9; }
span { border-color: rgb(120,227,217); }
td.TdClassName
{
border-color: #78E3D9;
}
.TagClassName
{
border-color: #78E3D9;
}
</style>