Shades of Turquoise Blue #78DFE6
Tints of Turquoise Blue #78DFE6
RGB
CMYK
RGB Variations
Color information
#78DFE6 (or 0x78DFE6) is known color: Turquoise Blue. HEX triplet: 78, DF and E6. RGB value is (120,223,230). Sum of RGB (Red+Green+Blue) = 120+223+230=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #78DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DFE6 is #872019. Grayscale: #C0C0C0. Windows color (decimal): -8855578 or 15130488. OLE color: 15130488.
HSL color Cylindrical-coordinate representation of color #78DFE6: hue angle of 183.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78DFE6 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 223 | 230 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.10 |
| HSL | 183.82º | 0.69% | 0.69% | - |
| HSV(B) | 183.82º | 0.48% | 0.9% | - |
| XYZ | 48.42 | 62.48 | 84.37 | - |
| YUV | 193 | 148.88 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 230 | 0.48 | 0.03 | 0 | 0.10 | 183.82 | 0.69 | 0.69 |
| Hex | 78 | DF | E6 | 30 | 3 | 0 | A | B8 | 45 | 45 |
| Octal | 170 | 337 | 346 | 60 | 3 | 0 | 12 | 270 | 105 | 105 |
| Binary | 1111000 | 11011111 | 11100110 | 110000 | 11 | 0 | 1010 | 10111000 | 1000101 | 1000101 |
Color Harmonies of #78DFE6
Complementary color
Monochromatic Colors of #78DFE6
Black with #78DFE6
Text Example
Text Example
White with #78DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFE6; }
p { color: rgb(120,223,230); }
H1.HeaderClassName
{
color: #78DFE6;
}
.AnyTagClassName
{
color: #78DFE6;
}
</style>
background-color css
<style>
a { background-color: #78DFE6; }
a { background-color: rgb(120,223,230); }
div.DivClassName
{
background-color: #78DFE6;
}
.BgClassName
{
background-color: #78DFE6;
}
</style>
border-color css
<style>
span { border-color: #78DFE6; }
span { border-color: rgb(120,223,230); }
td.TdClassName
{
border-color: #78DFE6;
}
.TagClassName
{
border-color: #78DFE6;
}
</style>