Shades of Turquoise Blue #78DCE3
Tints of Turquoise Blue #78DCE3
RGB
CMYK
RGB Variations
Color information
#78DCE3 (or 0x78DCE3) is known color: Turquoise Blue. HEX triplet: 78, DC and E3. RGB value is (120,220,227). Sum of RGB (Red+Green+Blue) = 120+220+227=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #78DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCE3 is #87231C. Grayscale: #BEBEBE. Windows color (decimal): -8856349 or 14933112. OLE color: 14933112.
HSL color Cylindrical-coordinate representation of color #78DCE3: hue angle of 183.93º 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 #78DCE3 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 220 | 227 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.11 |
| HSL | 183.93º | 0.66% | 0.68% | - |
| HSV(B) | 183.93º | 0.47% | 0.89% | - |
| XYZ | 47.2 | 60.73 | 81.91 | - |
| YUV | 190.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 227 | 0.47 | 0.03 | 0 | 0.11 | 183.93 | 0.66 | 0.68 |
| Hex | 78 | DC | E3 | 2F | 3 | 0 | B | B8 | 42 | 44 |
| Octal | 170 | 334 | 343 | 57 | 3 | 0 | 13 | 270 | 102 | 104 |
| Binary | 1111000 | 11011100 | 11100011 | 101111 | 11 | 0 | 1011 | 10111000 | 1000010 | 1000100 |
Color Harmonies of #78DCE3
Complementary color
Monochromatic Colors of #78DCE3
Black with #78DCE3
Text Example
Text Example
White with #78DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCE3; }
p { color: rgb(120,220,227); }
H1.HeaderClassName
{
color: #78DCE3;
}
.AnyTagClassName
{
color: #78DCE3;
}
</style>
background-color css
<style>
a { background-color: #78DCE3; }
a { background-color: rgb(120,220,227); }
div.DivClassName
{
background-color: #78DCE3;
}
.BgClassName
{
background-color: #78DCE3;
}
</style>
border-color css
<style>
span { border-color: #78DCE3; }
span { border-color: rgb(120,220,227); }
td.TdClassName
{
border-color: #78DCE3;
}
.TagClassName
{
border-color: #78DCE3;
}
</style>