#78E4EB

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

Shades of Turquoise Blue #78E4EB

Tints of Turquoise Blue #78E4EB

Color information

#78E4EB (or 0x78E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 78, E4 and EB. RGB value is (120,228,235). Sum of RGB (Red+Green+Blue) = 120+228+235=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #78E4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E4EB is #871B14. Grayscale: #C4C4C4. Windows color (decimal): -8854293 or 15459448. OLE color: 15459448.

HSL color Cylindrical-coordinate representation of color #78E4EB: hue angle of 183.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78E4EB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120228235-
CMYK0.490.0300.08
HSL183.65º74.19%69.61%-
HSV(B)183.65º48.94%92.16%-
XYZ50.4865.4888.57-
YUV196.51149.7273.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=20.58%
G=39.11%
B=40.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202282350.490.0300.08183.6574.1969.61
Hex78E4EB31308b84a46
Octal170344353613010270112106
Binary1111000111001001110101111000111010001011100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,228,235); }

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

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

 a { background-color: rgb(120,228,235); }

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

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

 span { border-color: rgb(120,228,235); }

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