Shades of Turquoise Blue #78DFDD
Tints of Turquoise Blue #78DFDD
RGB
CMYK
RGB Variations
Color information
#78DFDD (or 0x78DFDD) is known color: Turquoise Blue. HEX triplet: 78, DF and DD. RGB value is (120,223,221). Sum of RGB (Red+Green+Blue) = 120+223+221=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFDD is #872022. Grayscale: #BFBFBF. Windows color (decimal): -8855587 or 14540664. OLE color: 14540664.
HSL color Cylindrical-coordinate representation of color #78DFDD: hue angle of 178.83º 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 #78DFDD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 221 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.13 |
| HSL | 178.83º | 0.62% | 0.67% | - |
| HSV(B) | 178.83º | 0.46% | 0.87% | - |
| XYZ | 47.18 | 61.99 | 77.88 | - |
| YUV | 191.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 221 | 0.46 | 0 | 0.01 | 0.13 | 178.83 | 0.62 | 0.67 |
| Hex | 78 | DF | DD | 2E | 0 | 1 | D | B3 | 3E | 43 |
| Octal | 170 | 337 | 335 | 56 | 0 | 1 | 15 | 263 | 76 | 103 |
| Binary | 1111000 | 11011111 | 11011101 | 101110 | 0 | 1 | 1101 | 10110011 | 111110 | 1000011 |
Color Harmonies of #78DFDD
Complementary color
Monochromatic Colors of #78DFDD
Black with #78DFDD
Text Example
Text Example
White with #78DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFDD; }
p { color: rgb(120,223,221); }
H1.HeaderClassName
{
color: #78DFDD;
}
.AnyTagClassName
{
color: #78DFDD;
}
</style>
background-color css
<style>
a { background-color: #78DFDD; }
a { background-color: rgb(120,223,221); }
div.DivClassName
{
background-color: #78DFDD;
}
.BgClassName
{
background-color: #78DFDD;
}
</style>
border-color css
<style>
span { border-color: #78DFDD; }
span { border-color: rgb(120,223,221); }
td.TdClassName
{
border-color: #78DFDD;
}
.TagClassName
{
border-color: #78DFDD;
}
</style>