Shades of Turquoise Blue #78DBEE
Tints of Turquoise Blue #78DBEE
RGB
CMYK
RGB Variations
Color information
#78DBEE (or 0x78DBEE) is known color: Turquoise Blue. HEX triplet: 78, DB and EE. RGB value is (120,219,238). Sum of RGB (Red+Green+Blue) = 120+219+238=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #78DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DBEE is #872411. Grayscale: #BFBFBF. Windows color (decimal): -8856594 or 15653752. OLE color: 15653752.
HSL color Cylindrical-coordinate representation of color #78DBEE: hue angle of 189.66º 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 #78DBEE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 219 | 238 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.07 |
| HSL | 189.66º | 0.78% | 0.7% | - |
| HSV(B) | 189.66º | 0.5% | 0.93% | - |
| XYZ | 48.51 | 60.83 | 90.07 | - |
| YUV | 191.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 238 | 0.50 | 0.08 | 0 | 0.07 | 189.66 | 0.78 | 0.7 |
| Hex | 78 | DB | EE | 32 | 8 | 0 | 7 | BE | 4E | 46 |
| Octal | 170 | 333 | 356 | 62 | 10 | 0 | 7 | 276 | 116 | 106 |
| Binary | 1111000 | 11011011 | 11101110 | 110010 | 1000 | 0 | 111 | 10111110 | 1001110 | 1000110 |
Color Harmonies of #78DBEE
Complementary color
Monochromatic Colors of #78DBEE
Black with #78DBEE
Text Example
Text Example
White with #78DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBEE; }
p { color: rgb(120,219,238); }
H1.HeaderClassName
{
color: #78DBEE;
}
.AnyTagClassName
{
color: #78DBEE;
}
</style>
background-color css
<style>
a { background-color: #78DBEE; }
a { background-color: rgb(120,219,238); }
div.DivClassName
{
background-color: #78DBEE;
}
.BgClassName
{
background-color: #78DBEE;
}
</style>
border-color css
<style>
span { border-color: #78DBEE; }
span { border-color: rgb(120,219,238); }
td.TdClassName
{
border-color: #78DBEE;
}
.TagClassName
{
border-color: #78DBEE;
}
</style>