Shades of Turquoise Blue #78E7F3
Tints of Turquoise Blue #78E7F3
RGB
CMYK
RGB Variations
Color information
#78E7F3 (or 0x78E7F3) is known color: Turquoise Blue. HEX triplet: 78, E7 and F3. RGB value is (120,231,243). Sum of RGB (Red+Green+Blue) = 120+231+243=594 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.20% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #78E7F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E7F3 is #87180C. Grayscale: #C7C7C7. Windows color (decimal): -8853517 or 15984504. OLE color: 15984504.
HSL color Cylindrical-coordinate representation of color #78E7F3: hue angle of 185.85º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78E7F3 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 231 | 243 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.05 |
| HSL | 185.85º | 0.84% | 0.71% | - |
| HSV(B) | 185.85º | 0.51% | 0.95% | - |
| XYZ | 52.5 | 67.62 | 95.08 | - |
| YUV | 199.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 231 | 243 | 0.51 | 0.05 | 0 | 0.05 | 185.85 | 0.84 | 0.71 |
| Hex | 78 | E7 | F3 | 33 | 5 | 0 | 5 | BA | 54 | 47 |
| Octal | 170 | 347 | 363 | 63 | 5 | 0 | 5 | 272 | 124 | 107 |
| Binary | 1111000 | 11100111 | 11110011 | 110011 | 101 | 0 | 101 | 10111010 | 1010100 | 1000111 |
Color Harmonies of #78E7F3
Complementary color
Monochromatic Colors of #78E7F3
Black with #78E7F3
Text Example
Text Example
White with #78E7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E7F3; }
p { color: rgb(120,231,243); }
H1.HeaderClassName
{
color: #78E7F3;
}
.AnyTagClassName
{
color: #78E7F3;
}
</style>
background-color css
<style>
a { background-color: #78E7F3; }
a { background-color: rgb(120,231,243); }
div.DivClassName
{
background-color: #78E7F3;
}
.BgClassName
{
background-color: #78E7F3;
}
</style>
border-color css
<style>
span { border-color: #78E7F3; }
span { border-color: rgb(120,231,243); }
td.TdClassName
{
border-color: #78E7F3;
}
.TagClassName
{
border-color: #78E7F3;
}
</style>