Shades of Turquoise Blue #78DFDF
Tints of Turquoise Blue #78DFDF
RGB
CMYK
RGB Variations
Color information
#78DFDF (or 0x78DFDF) is known color: Turquoise Blue. HEX triplet: 78, DF and DF. RGB value is (120,223,223). Sum of RGB (Red+Green+Blue) = 120+223+223=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #78DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFDF is #872020. Grayscale: #C0C0C0. Windows color (decimal): -8855585 or 14671736. OLE color: 14671736.
HSL color Cylindrical-coordinate representation of color #78DFDF: hue angle of 180º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFDF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 223 | - |
| CMYK | 0.46 | 0 | 0 | 0.13 |
| HSL | 180º | 0.62% | 0.67% | - |
| HSV(B) | 180º | 0.46% | 0.87% | - |
| XYZ | 47.45 | 62.1 | 79.3 | - |
| YUV | 192.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 223 | 0.46 | 0 | 0 | 0.13 | 180 | 0.62 | 0.67 |
| Hex | 78 | DF | DF | 2E | 0 | 0 | D | B4 | 3E | 43 |
| Octal | 170 | 337 | 337 | 56 | 0 | 0 | 15 | 264 | 76 | 103 |
| Binary | 1111000 | 11011111 | 11011111 | 101110 | 0 | 0 | 1101 | 10110100 | 111110 | 1000011 |
Color Harmonies of #78DFDF
Complementary color
Monochromatic Colors of #78DFDF
Black with #78DFDF
Text Example
Text Example
White with #78DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFDF; }
p { color: rgb(120,223,223); }
H1.HeaderClassName
{
color: #78DFDF;
}
.AnyTagClassName
{
color: #78DFDF;
}
</style>
background-color css
<style>
a { background-color: #78DFDF; }
a { background-color: rgb(120,223,223); }
div.DivClassName
{
background-color: #78DFDF;
}
.BgClassName
{
background-color: #78DFDF;
}
</style>
border-color css
<style>
span { border-color: #78DFDF; }
span { border-color: rgb(120,223,223); }
td.TdClassName
{
border-color: #78DFDF;
}
.TagClassName
{
border-color: #78DFDF;
}
</style>