Shades of Turquoise Blue #78EDE6
Tints of Turquoise Blue #78EDE6
RGB
CMYK
RGB Variations
Color information
#78EDE6 (or 0x78EDE6) is known color: Turquoise Blue. HEX triplet: 78, ED and E6. RGB value is (120,237,230). Sum of RGB (Red+Green+Blue) = 120+237+230=587 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.44% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDE6 is #871219. Grayscale: #C9C9C9. Windows color (decimal): -8851994 or 15134072. OLE color: 15134072.
HSL color Cylindrical-coordinate representation of color #78EDE6: hue angle of 176.41º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDE6 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 230 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.07 |
| HSL | 176.41º | 0.76% | 0.7% | - |
| HSV(B) | 176.41º | 0.49% | 0.93% | - |
| XYZ | 52.31 | 70.27 | 85.67 | - |
| YUV | 201.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 230 | 0.49 | 0 | 0.03 | 0.07 | 176.41 | 0.76 | 0.7 |
| Hex | 78 | ED | E6 | 31 | 0 | 3 | 7 | B0 | 4C | 46 |
| Octal | 170 | 355 | 346 | 61 | 0 | 3 | 7 | 260 | 114 | 106 |
| Binary | 1111000 | 11101101 | 11100110 | 110001 | 0 | 11 | 111 | 10110000 | 1001100 | 1000110 |
Color Harmonies of #78EDE6
Complementary color
Monochromatic Colors of #78EDE6
Black with #78EDE6
Text Example
Text Example
White with #78EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDE6; }
p { color: rgb(120,237,230); }
H1.HeaderClassName
{
color: #78EDE6;
}
.AnyTagClassName
{
color: #78EDE6;
}
</style>
background-color css
<style>
a { background-color: #78EDE6; }
a { background-color: rgb(120,237,230); }
div.DivClassName
{
background-color: #78EDE6;
}
.BgClassName
{
background-color: #78EDE6;
}
</style>
border-color css
<style>
span { border-color: #78EDE6; }
span { border-color: rgb(120,237,230); }
td.TdClassName
{
border-color: #78EDE6;
}
.TagClassName
{
border-color: #78EDE6;
}
</style>