Shades of Turquoise Blue #78EDE8
Tints of Turquoise Blue #78EDE8
RGB
CMYK
RGB Variations
Color information
#78EDE8 (or 0x78EDE8) is known color: Turquoise Blue. HEX triplet: 78, ED and E8. RGB value is (120,237,232). Sum of RGB (Red+Green+Blue) = 120+237+232=589 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.37% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDE8 is #871217. Grayscale: #C9C9C9. Windows color (decimal): -8851992 or 15265144. OLE color: 15265144.
HSL color Cylindrical-coordinate representation of color #78EDE8: hue angle of 177.44º 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 #78EDE8 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 232 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.07 |
| HSL | 177.44º | 0.76% | 0.7% | - |
| HSV(B) | 177.44º | 0.49% | 0.93% | - |
| XYZ | 52.6 | 70.39 | 87.16 | - |
| YUV | 201.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 232 | 0.49 | 0 | 0.02 | 0.07 | 177.44 | 0.76 | 0.7 |
| Hex | 78 | ED | E8 | 31 | 0 | 2 | 7 | B1 | 4C | 46 |
| Octal | 170 | 355 | 350 | 61 | 0 | 2 | 7 | 261 | 114 | 106 |
| Binary | 1111000 | 11101101 | 11101000 | 110001 | 0 | 10 | 111 | 10110001 | 1001100 | 1000110 |
Color Harmonies of #78EDE8
Complementary color
Monochromatic Colors of #78EDE8
Black with #78EDE8
Text Example
Text Example
White with #78EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDE8; }
p { color: rgb(120,237,232); }
H1.HeaderClassName
{
color: #78EDE8;
}
.AnyTagClassName
{
color: #78EDE8;
}
</style>
background-color css
<style>
a { background-color: #78EDE8; }
a { background-color: rgb(120,237,232); }
div.DivClassName
{
background-color: #78EDE8;
}
.BgClassName
{
background-color: #78EDE8;
}
</style>
border-color css
<style>
span { border-color: #78EDE8; }
span { border-color: rgb(120,237,232); }
td.TdClassName
{
border-color: #78EDE8;
}
.TagClassName
{
border-color: #78EDE8;
}
</style>