Shades of Turquoise Blue #78E3E7
Tints of Turquoise Blue #78E3E7
RGB
CMYK
RGB Variations
Color information
#78E3E7 (or 0x78E3E7) is known color: Turquoise Blue. HEX triplet: 78, E3 and E7. RGB value is (120,227,231). Sum of RGB (Red+Green+Blue) = 120+227+231=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #78E3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E3E7 is #871C18. Grayscale: #C3C3C3. Windows color (decimal): -8854553 or 15197048. OLE color: 15197048.
HSL color Cylindrical-coordinate representation of color #78E3E7: hue angle of 182.16º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E3E7 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 227 | 231 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.09 |
| HSL | 182.16º | 0.7% | 0.69% | - |
| HSV(B) | 182.16º | 0.48% | 0.91% | - |
| XYZ | 49.64 | 64.7 | 85.47 | - |
| YUV | 195.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 231 | 0.48 | 0.02 | 0 | 0.09 | 182.16 | 0.7 | 0.69 |
| Hex | 78 | E3 | E7 | 30 | 2 | 0 | 9 | B6 | 46 | 45 |
| Octal | 170 | 343 | 347 | 60 | 2 | 0 | 11 | 266 | 106 | 105 |
| Binary | 1111000 | 11100011 | 11100111 | 110000 | 10 | 0 | 1001 | 10110110 | 1000110 | 1000101 |
Color Harmonies of #78E3E7
Complementary color
Monochromatic Colors of #78E3E7
Black with #78E3E7
Text Example
Text Example
White with #78E3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E3E7; }
p { color: rgb(120,227,231); }
H1.HeaderClassName
{
color: #78E3E7;
}
.AnyTagClassName
{
color: #78E3E7;
}
</style>
background-color css
<style>
a { background-color: #78E3E7; }
a { background-color: rgb(120,227,231); }
div.DivClassName
{
background-color: #78E3E7;
}
.BgClassName
{
background-color: #78E3E7;
}
</style>
border-color css
<style>
span { border-color: #78E3E7; }
span { border-color: rgb(120,227,231); }
td.TdClassName
{
border-color: #78E3E7;
}
.TagClassName
{
border-color: #78E3E7;
}
</style>