Shades of Turquoise Blue #78E1DF
Tints of Turquoise Blue #78E1DF
RGB
CMYK
RGB Variations
Color information
#78E1DF (or 0x78E1DF) is known color: Turquoise Blue. HEX triplet: 78, E1 and DF. RGB value is (120,225,223). Sum of RGB (Red+Green+Blue) = 120+225+223=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #78E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E1DF is #871E20. Grayscale: #C1C1C1. Windows color (decimal): -8855073 or 14672248. OLE color: 14672248.
HSL color Cylindrical-coordinate representation of color #78E1DF: hue angle of 178.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E1DF is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 225 | 223 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.12 |
| HSL | 178.86º | 0.64% | 0.68% | - |
| HSV(B) | 178.86º | 0.47% | 0.88% | - |
| XYZ | 47.99 | 63.17 | 79.48 | - |
| YUV | 193.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 225 | 223 | 0.47 | 0 | 0.01 | 0.12 | 178.86 | 0.64 | 0.68 |
| Hex | 78 | E1 | DF | 2F | 0 | 1 | C | B3 | 40 | 44 |
| Octal | 170 | 341 | 337 | 57 | 0 | 1 | 14 | 263 | 100 | 104 |
| Binary | 1111000 | 11100001 | 11011111 | 101111 | 0 | 1 | 1100 | 10110011 | 1000000 | 1000100 |
Color Harmonies of #78E1DF
Complementary color
Monochromatic Colors of #78E1DF
Black with #78E1DF
Text Example
Text Example
White with #78E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E1DF; }
p { color: rgb(120,225,223); }
H1.HeaderClassName
{
color: #78E1DF;
}
.AnyTagClassName
{
color: #78E1DF;
}
</style>
background-color css
<style>
a { background-color: #78E1DF; }
a { background-color: rgb(120,225,223); }
div.DivClassName
{
background-color: #78E1DF;
}
.BgClassName
{
background-color: #78E1DF;
}
</style>
border-color css
<style>
span { border-color: #78E1DF; }
span { border-color: rgb(120,225,223); }
td.TdClassName
{
border-color: #78E1DF;
}
.TagClassName
{
border-color: #78E1DF;
}
</style>