Shades of Turquoise Blue #78E6EE
Tints of Turquoise Blue #78E6EE
RGB
CMYK
RGB Variations
Color information
#78E6EE (or 0x78E6EE) is known color: Turquoise Blue. HEX triplet: 78, E6 and EE. RGB value is (120,230,238). Sum of RGB (Red+Green+Blue) = 120+230+238=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #78E6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E6EE is #871911. Grayscale: #C5C5C5. Windows color (decimal): -8853778 or 15656568. OLE color: 15656568.
HSL color Cylindrical-coordinate representation of color #78E6EE: hue angle of 184.07º 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 #78E6EE is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 230 | 238 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.07 |
| HSL | 184.07º | 0.78% | 0.7% | - |
| HSV(B) | 184.07º | 0.5% | 0.93% | - |
| XYZ | 51.48 | 66.76 | 91.06 | - |
| YUV | 198.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 238 | 0.50 | 0.03 | 0 | 0.07 | 184.07 | 0.78 | 0.7 |
| Hex | 78 | E6 | EE | 32 | 3 | 0 | 7 | B8 | 4E | 46 |
| Octal | 170 | 346 | 356 | 62 | 3 | 0 | 7 | 270 | 116 | 106 |
| Binary | 1111000 | 11100110 | 11101110 | 110010 | 11 | 0 | 111 | 10111000 | 1001110 | 1000110 |
Color Harmonies of #78E6EE
Complementary color
Monochromatic Colors of #78E6EE
Black with #78E6EE
Text Example
Text Example
White with #78E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6EE; }
p { color: rgb(120,230,238); }
H1.HeaderClassName
{
color: #78E6EE;
}
.AnyTagClassName
{
color: #78E6EE;
}
</style>
background-color css
<style>
a { background-color: #78E6EE; }
a { background-color: rgb(120,230,238); }
div.DivClassName
{
background-color: #78E6EE;
}
.BgClassName
{
background-color: #78E6EE;
}
</style>
border-color css
<style>
span { border-color: #78E6EE; }
span { border-color: rgb(120,230,238); }
td.TdClassName
{
border-color: #78E6EE;
}
.TagClassName
{
border-color: #78E6EE;
}
</style>