Shades of Turquoise Blue #78DBE3
Tints of Turquoise Blue #78DBE3
RGB
CMYK
RGB Variations
Color information
#78DBE3 (or 0x78DBE3) is known color: Turquoise Blue. HEX triplet: 78, DB and E3. RGB value is (120,219,227). Sum of RGB (Red+Green+Blue) = 120+219+227=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #78DBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBE3 is #87241C. Grayscale: #BEBEBE. Windows color (decimal): -8856605 or 14932856. OLE color: 14932856.
HSL color Cylindrical-coordinate representation of color #78DBE3: hue angle of 184.49º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78DBE3 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 219 | 227 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.11 |
| HSL | 184.49º | 0.66% | 0.68% | - |
| HSV(B) | 184.49º | 0.47% | 0.89% | - |
| XYZ | 46.94 | 60.2 | 81.82 | - |
| YUV | 190.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 227 | 0.47 | 0.04 | 0 | 0.11 | 184.49 | 0.66 | 0.68 |
| Hex | 78 | DB | E3 | 2F | 4 | 0 | B | B8 | 42 | 44 |
| Octal | 170 | 333 | 343 | 57 | 4 | 0 | 13 | 270 | 102 | 104 |
| Binary | 1111000 | 11011011 | 11100011 | 101111 | 100 | 0 | 1011 | 10111000 | 1000010 | 1000100 |
Color Harmonies of #78DBE3
Complementary color
Monochromatic Colors of #78DBE3
Black with #78DBE3
Text Example
Text Example
White with #78DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBE3; }
p { color: rgb(120,219,227); }
H1.HeaderClassName
{
color: #78DBE3;
}
.AnyTagClassName
{
color: #78DBE3;
}
</style>
background-color css
<style>
a { background-color: #78DBE3; }
a { background-color: rgb(120,219,227); }
div.DivClassName
{
background-color: #78DBE3;
}
.BgClassName
{
background-color: #78DBE3;
}
</style>
border-color css
<style>
span { border-color: #78DBE3; }
span { border-color: rgb(120,219,227); }
td.TdClassName
{
border-color: #78DBE3;
}
.TagClassName
{
border-color: #78DBE3;
}
</style>