Shades of Turquoise Blue #78E4DE
Tints of Turquoise Blue #78E4DE
RGB
CMYK
RGB Variations
Color information
#78E4DE (or 0x78E4DE) is known color: Turquoise Blue. HEX triplet: 78, E4 and DE. RGB value is (120,228,222). Sum of RGB (Red+Green+Blue) = 120+228+222=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #78E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E4DE is #871B21. Grayscale: #C2C2C2. Windows color (decimal): -8854306 or 14607480. OLE color: 14607480.
HSL color Cylindrical-coordinate representation of color #78E4DE: hue angle of 176.67º degrees, saturation: 0.67, 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 #78E4DE is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 228 | 222 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.11 |
| HSL | 176.67º | 0.67% | 0.68% | - |
| HSV(B) | 176.67º | 0.47% | 0.89% | - |
| XYZ | 48.67 | 64.75 | 79.04 | - |
| YUV | 195.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 228 | 222 | 0.47 | 0 | 0.03 | 0.11 | 176.67 | 0.67 | 0.68 |
| Hex | 78 | E4 | DE | 2F | 0 | 3 | B | B1 | 43 | 44 |
| Octal | 170 | 344 | 336 | 57 | 0 | 3 | 13 | 261 | 103 | 104 |
| Binary | 1111000 | 11100100 | 11011110 | 101111 | 0 | 11 | 1011 | 10110001 | 1000011 | 1000100 |
Color Harmonies of #78E4DE
Complementary color
Monochromatic Colors of #78E4DE
Black with #78E4DE
Text Example
Text Example
White with #78E4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E4DE; }
p { color: rgb(120,228,222); }
H1.HeaderClassName
{
color: #78E4DE;
}
.AnyTagClassName
{
color: #78E4DE;
}
</style>
background-color css
<style>
a { background-color: #78E4DE; }
a { background-color: rgb(120,228,222); }
div.DivClassName
{
background-color: #78E4DE;
}
.BgClassName
{
background-color: #78E4DE;
}
</style>
border-color css
<style>
span { border-color: #78E4DE; }
span { border-color: rgb(120,228,222); }
td.TdClassName
{
border-color: #78E4DE;
}
.TagClassName
{
border-color: #78E4DE;
}
</style>