#78ECE9

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

Shades of Turquoise Blue #78ECE9

Tints of Turquoise Blue #78ECE9

Color information

#78ECE9 (or 0x78ECE9) is unknown color: approx Turquoise Blue. HEX triplet: 78, EC and E9. RGB value is (120,236,233). Sum of RGB (Red+Green+Blue) = 120+236+233=589 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.37% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78ECE9 is #871316. Grayscale: #C8C8C8. Windows color (decimal): -8852247 or 15330424. OLE color: 15330424.

HSL color Cylindrical-coordinate representation of color #78ECE9: hue angle of 178.45º 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 #78ECE9 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB120236233-
CMYK0.4900.010.07
HSL178.45º75.32%69.8%-
HSV(B)178.45º49.15%92.55%-
XYZ52.4569.8787.81-
YUV200.97146.0770.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.37%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=20.37%
G=40.07%
B=39.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202362330.4900.010.07178.4575.3269.8
Hex78ECE931017b24b46
Octal17035435161017262113106
Binary11110001110110011101001110001011111011001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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