#78E6E9

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

Shades of Turquoise Blue #78E6E9

Tints of Turquoise Blue #78E6E9

Color information

#78E6E9 (or 0x78E6E9) is unknown color: approx Turquoise Blue. HEX triplet: 78, E6 and E9. RGB value is (120,230,233). Sum of RGB (Red+Green+Blue) = 120+230+233=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #78E6E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E6E9 is #871916. Grayscale: #C5C5C5. Windows color (decimal): -8853783 or 15328888. OLE color: 15328888.

HSL color Cylindrical-coordinate representation of color #78E6E9: hue angle of 181.59º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6E9 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB120230233-
CMYK0.480.0100.09
HSL181.59º71.97%69.22%-
HSV(B)181.59º48.5%91.37%-
XYZ50.7566.4787.25-
YUV197.45148.0672.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=20.58%
G=39.45%
B=39.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202302330.480.0100.09181.5971.9769.22
Hex78E6E930109b64845
Octal170346351601011266110105
Binary111100011100110111010011100001010011011011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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