Shades of Turquoise Blue #78DBF2
Tints of Turquoise Blue #78DBF2
RGB
CMYK
RGB Variations
Color information
#78DBF2 (or 0x78DBF2) is known color: Turquoise Blue. HEX triplet: 78, DB and F2. RGB value is (120,219,242). Sum of RGB (Red+Green+Blue) = 120+219+242=581 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.65% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #78DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DBF2 is #87240D. Grayscale: #BFBFBF. Windows color (decimal): -8856590 or 15915896. OLE color: 15915896.
HSL color Cylindrical-coordinate representation of color #78DBF2: hue angle of 191.31º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78DBF2 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 219 | 242 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.05 |
| HSL | 191.31º | 0.82% | 0.71% | - |
| HSV(B) | 191.31º | 0.5% | 0.95% | - |
| XYZ | 49.1 | 61.07 | 93.2 | - |
| YUV | 192.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 242 | 0.50 | 0.10 | 0 | 0.05 | 191.31 | 0.82 | 0.71 |
| Hex | 78 | DB | F2 | 32 | A | 0 | 5 | BF | 52 | 47 |
| Octal | 170 | 333 | 362 | 62 | 12 | 0 | 5 | 277 | 122 | 107 |
| Binary | 1111000 | 11011011 | 11110010 | 110010 | 1010 | 0 | 101 | 10111111 | 1010010 | 1000111 |
Color Harmonies of #78DBF2
Complementary color
Monochromatic Colors of #78DBF2
Black with #78DBF2
Text Example
Text Example
White with #78DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBF2; }
p { color: rgb(120,219,242); }
H1.HeaderClassName
{
color: #78DBF2;
}
.AnyTagClassName
{
color: #78DBF2;
}
</style>
background-color css
<style>
a { background-color: #78DBF2; }
a { background-color: rgb(120,219,242); }
div.DivClassName
{
background-color: #78DBF2;
}
.BgClassName
{
background-color: #78DBF2;
}
</style>
border-color css
<style>
span { border-color: #78DBF2; }
span { border-color: rgb(120,219,242); }
td.TdClassName
{
border-color: #78DBF2;
}
.TagClassName
{
border-color: #78DBF2;
}
</style>