Shades of Turquoise Blue #78EDE7
Tints of Turquoise Blue #78EDE7
RGB
CMYK
RGB Variations
Color information
#78EDE7 (or 0x78EDE7) is known color: Turquoise Blue. HEX triplet: 78, ED and E7. RGB value is (120,237,231). Sum of RGB (Red+Green+Blue) = 120+237+231=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDE7 is #871218. Grayscale: #C9C9C9. Windows color (decimal): -8851993 or 15199608. OLE color: 15199608.
HSL color Cylindrical-coordinate representation of color #78EDE7: hue angle of 176.92º 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 #78EDE7 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 231 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.07 |
| HSL | 176.92º | 0.76% | 0.7% | - |
| HSV(B) | 176.92º | 0.49% | 0.93% | - |
| XYZ | 52.45 | 70.33 | 86.41 | - |
| YUV | 201.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 231 | 0.49 | 0 | 0.03 | 0.07 | 176.92 | 0.76 | 0.7 |
| Hex | 78 | ED | E7 | 31 | 0 | 3 | 7 | B1 | 4C | 46 |
| Octal | 170 | 355 | 347 | 61 | 0 | 3 | 7 | 261 | 114 | 106 |
| Binary | 1111000 | 11101101 | 11100111 | 110001 | 0 | 11 | 111 | 10110001 | 1001100 | 1000110 |
Color Harmonies of #78EDE7
Complementary color
Monochromatic Colors of #78EDE7
Black with #78EDE7
Text Example
Text Example
White with #78EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDE7; }
p { color: rgb(120,237,231); }
H1.HeaderClassName
{
color: #78EDE7;
}
.AnyTagClassName
{
color: #78EDE7;
}
</style>
background-color css
<style>
a { background-color: #78EDE7; }
a { background-color: rgb(120,237,231); }
div.DivClassName
{
background-color: #78EDE7;
}
.BgClassName
{
background-color: #78EDE7;
}
</style>
border-color css
<style>
span { border-color: #78EDE7; }
span { border-color: rgb(120,237,231); }
td.TdClassName
{
border-color: #78EDE7;
}
.TagClassName
{
border-color: #78EDE7;
}
</style>