Shades of Turquoise Blue #78D6EA
Tints of Turquoise Blue #78D6EA
RGB
CMYK
RGB Variations
Color information
#78D6EA (or 0x78D6EA) is known color: Turquoise Blue. HEX triplet: 78, D6 and EA. RGB value is (120,214,234). Sum of RGB (Red+Green+Blue) = 120+214+234=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #78D6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D6EA is #872915. Grayscale: #BCBCBC. Windows color (decimal): -8857878 or 15390328. OLE color: 15390328.
HSL color Cylindrical-coordinate representation of color #78D6EA: hue angle of 190.53º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D6EA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 214 | 234 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.08 |
| HSL | 190.53º | 0.73% | 0.69% | - |
| HSV(B) | 190.53º | 0.49% | 0.92% | - |
| XYZ | 46.64 | 58.03 | 86.58 | - |
| YUV | 188.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 234 | 0.49 | 0.09 | 0 | 0.08 | 190.53 | 0.73 | 0.69 |
| Hex | 78 | D6 | EA | 31 | 9 | 0 | 8 | BF | 49 | 45 |
| Octal | 170 | 326 | 352 | 61 | 11 | 0 | 10 | 277 | 111 | 105 |
| Binary | 1111000 | 11010110 | 11101010 | 110001 | 1001 | 0 | 1000 | 10111111 | 1001001 | 1000101 |
Color Harmonies of #78D6EA
Complementary color
Monochromatic Colors of #78D6EA
Black with #78D6EA
Text Example
Text Example
White with #78D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D6EA; }
p { color: rgb(120,214,234); }
H1.HeaderClassName
{
color: #78D6EA;
}
.AnyTagClassName
{
color: #78D6EA;
}
</style>
background-color css
<style>
a { background-color: #78D6EA; }
a { background-color: rgb(120,214,234); }
div.DivClassName
{
background-color: #78D6EA;
}
.BgClassName
{
background-color: #78D6EA;
}
</style>
border-color css
<style>
span { border-color: #78D6EA; }
span { border-color: rgb(120,214,234); }
td.TdClassName
{
border-color: #78D6EA;
}
.TagClassName
{
border-color: #78D6EA;
}
</style>