#78E5EA

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

Shades of Turquoise Blue #78E5EA

Tints of Turquoise Blue #78E5EA

Color information

#78E5EA (or 0x78E5EA) is unknown color: approx Turquoise Blue. HEX triplet: 78, E5 and EA. RGB value is (120,229,234). Sum of RGB (Red+Green+Blue) = 120+229+234=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #78E5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E5EA is #871A15. Grayscale: #C4C4C4. Windows color (decimal): -8854038 or 15394168. OLE color: 15394168.

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

Color convert

RGB120229234-
CMYK0.490.0200.08
HSL182.63º73.08%69.41%-
HSV(B)182.63º48.72%91.76%-
XYZ50.6265.9787.91-
YUV196.98148.8973.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=20.58%
G=39.28%
B=40.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202292340.490.0200.08182.6373.0869.41
Hex78E5EA31208b74945
Octal170345352612010267111105
Binary1111000111001011110101011000110010001011011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,229,234); }

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

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

 a { background-color: rgb(120,229,234); }

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

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

 span { border-color: rgb(120,229,234); }

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