Shades of Turquoise Blue #78E7DF
Tints of Turquoise Blue #78E7DF
RGB
CMYK
RGB Variations
Color information
#78E7DF (or 0x78E7DF) is known color: Turquoise Blue. HEX triplet: 78, E7 and DF. RGB value is (120,231,223). Sum of RGB (Red+Green+Blue) = 120+231+223=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #78E7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E7DF is #871820. Grayscale: #C4C4C4. Windows color (decimal): -8853537 or 14673784. OLE color: 14673784.
HSL color Cylindrical-coordinate representation of color #78E7DF: hue angle of 175.68º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E7DF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 231 | 223 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.09 |
| HSL | 175.68º | 0.7% | 0.69% | - |
| HSV(B) | 175.68º | 0.48% | 0.91% | - |
| XYZ | 49.64 | 66.47 | 80.03 | - |
| YUV | 196.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 231 | 223 | 0.48 | 0 | 0.03 | 0.09 | 175.68 | 0.7 | 0.69 |
| Hex | 78 | E7 | DF | 30 | 0 | 3 | 9 | B0 | 46 | 45 |
| Octal | 170 | 347 | 337 | 60 | 0 | 3 | 11 | 260 | 106 | 105 |
| Binary | 1111000 | 11100111 | 11011111 | 110000 | 0 | 11 | 1001 | 10110000 | 1000110 | 1000101 |
Color Harmonies of #78E7DF
Complementary color
Monochromatic Colors of #78E7DF
Black with #78E7DF
Text Example
Text Example
White with #78E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E7DF; }
p { color: rgb(120,231,223); }
H1.HeaderClassName
{
color: #78E7DF;
}
.AnyTagClassName
{
color: #78E7DF;
}
</style>
background-color css
<style>
a { background-color: #78E7DF; }
a { background-color: rgb(120,231,223); }
div.DivClassName
{
background-color: #78E7DF;
}
.BgClassName
{
background-color: #78E7DF;
}
</style>
border-color css
<style>
span { border-color: #78E7DF; }
span { border-color: rgb(120,231,223); }
td.TdClassName
{
border-color: #78E7DF;
}
.TagClassName
{
border-color: #78E7DF;
}
</style>