Shades of Turquoise Blue #78EAEE
Tints of Turquoise Blue #78EAEE
RGB
CMYK
RGB Variations
Color information
#78EAEE (or 0x78EAEE) is known color: Turquoise Blue. HEX triplet: 78, EA and EE. RGB value is (120,234,238). Sum of RGB (Red+Green+Blue) = 120+234+238=592 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.27% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #78EAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAEE is #871511. Grayscale: #C8C8C8. Windows color (decimal): -8852754 or 15657592. OLE color: 15657592.
HSL color Cylindrical-coordinate representation of color #78EAEE: hue angle of 182.03º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EAEE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 234 | 238 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.07 |
| HSL | 182.03º | 0.78% | 0.7% | - |
| HSV(B) | 182.03º | 0.5% | 0.93% | - |
| XYZ | 52.6 | 69.01 | 91.44 | - |
| YUV | 200.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 238 | 0.50 | 0.02 | 0 | 0.07 | 182.03 | 0.78 | 0.7 |
| Hex | 78 | EA | EE | 32 | 2 | 0 | 7 | B6 | 4E | 46 |
| Octal | 170 | 352 | 356 | 62 | 2 | 0 | 7 | 266 | 116 | 106 |
| Binary | 1111000 | 11101010 | 11101110 | 110010 | 10 | 0 | 111 | 10110110 | 1001110 | 1000110 |
Color Harmonies of #78EAEE
Complementary color
Monochromatic Colors of #78EAEE
Black with #78EAEE
Text Example
Text Example
White with #78EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EAEE; }
p { color: rgb(120,234,238); }
H1.HeaderClassName
{
color: #78EAEE;
}
.AnyTagClassName
{
color: #78EAEE;
}
</style>
background-color css
<style>
a { background-color: #78EAEE; }
a { background-color: rgb(120,234,238); }
div.DivClassName
{
background-color: #78EAEE;
}
.BgClassName
{
background-color: #78EAEE;
}
</style>
border-color css
<style>
span { border-color: #78EAEE; }
span { border-color: rgb(120,234,238); }
td.TdClassName
{
border-color: #78EAEE;
}
.TagClassName
{
border-color: #78EAEE;
}
</style>