#78D7EC

Color #78D7EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #78D7EC

Tints of Turquoise Blue #78D7EC

Color information

#78D7EC (or 0x78D7EC) is unknown color: approx Turquoise Blue. HEX triplet: 78, D7 and EC. RGB value is (120,215,236). Sum of RGB (Red+Green+Blue) = 120+215+236=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #78D7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D7EC is #872813. Grayscale: #BCBCBC. Windows color (decimal): -8857620 or 15521656. OLE color: 15521656.

HSL color Cylindrical-coordinate representation of color #78D7EC: hue angle of 190.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D7EC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120215236-
CMYK0.490.0900.07
HSL190.86º75.32%69.8%-
HSV(B)190.86º49.15%92.55%-
XYZ47.1958.6588.19-
YUV188.99154.5378.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 21.02%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=21.02%
G=37.65%
B=41.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202152360.490.0900.07190.8675.3269.8
Hex78D7EC31907bf4b46
Octal170327354611107277113106
Binary11110001101011111101100110001100101111011111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78D7EC; }

 p { color: rgb(120,215,236); }

 H1.HeaderClassName
 {
   color: #78D7EC;
 }
 .AnyTagClassName
 {
   color: #78D7EC;
 }
</style>
background-color css

<style>
 a { background-color: #78D7EC; }

 a { background-color: rgb(120,215,236); }

 div.DivClassName
 {
   background-color: #78D7EC;
 }
 .BgClassName
 {
   background-color: #78D7EC;
 }
</style>
border-color css

<style>
 span { border-color: #78D7EC; }

 span { border-color: rgb(120,215,236); }

 td.TdClassName
 {
   border-color: #78D7EC;
 }
 .TagClassName
 {
   border-color: #78D7EC;
 }
</style>