Shades of Turquoise Blue #78E6DD
Tints of Turquoise Blue #78E6DD
RGB
CMYK
RGB Variations
Color information
#78E6DD (or 0x78E6DD) is known color: Turquoise Blue. HEX triplet: 78, E6 and DD. RGB value is (120,230,221). Sum of RGB (Red+Green+Blue) = 120+230+221=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E6DD is #871922. Grayscale: #C4C4C4. Windows color (decimal): -8853795 or 14542456. OLE color: 14542456.
HSL color Cylindrical-coordinate representation of color #78E6DD: hue angle of 175.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6DD is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 221 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.10 |
| HSL | 175.09º | 0.69% | 0.69% | - |
| HSV(B) | 175.09º | 0.48% | 0.9% | - |
| XYZ | 49.09 | 65.81 | 78.52 | - |
| YUV | 196.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 221 | 0.48 | 0 | 0.04 | 0.10 | 175.09 | 0.69 | 0.69 |
| Hex | 78 | E6 | DD | 30 | 0 | 4 | A | AF | 45 | 45 |
| Octal | 170 | 346 | 335 | 60 | 0 | 4 | 12 | 257 | 105 | 105 |
| Binary | 1111000 | 11100110 | 11011101 | 110000 | 0 | 100 | 1010 | 10101111 | 1000101 | 1000101 |
Color Harmonies of #78E6DD
Complementary color
Monochromatic Colors of #78E6DD
Black with #78E6DD
Text Example
Text Example
White with #78E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6DD; }
p { color: rgb(120,230,221); }
H1.HeaderClassName
{
color: #78E6DD;
}
.AnyTagClassName
{
color: #78E6DD;
}
</style>
background-color css
<style>
a { background-color: #78E6DD; }
a { background-color: rgb(120,230,221); }
div.DivClassName
{
background-color: #78E6DD;
}
.BgClassName
{
background-color: #78E6DD;
}
</style>
border-color css
<style>
span { border-color: #78E6DD; }
span { border-color: rgb(120,230,221); }
td.TdClassName
{
border-color: #78E6DD;
}
.TagClassName
{
border-color: #78E6DD;
}
</style>