#78E9E6

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

Shades of Turquoise Blue #78E9E6

Tints of Turquoise Blue #78E9E6

Color information

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

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

Color convert

RGB120233230-
CMYK0.4800.010.09
HSL178.41º71.97%69.22%-
HSV(B)178.41º48.5%91.37%-
XYZ51.1767.9885.29-
YUV198.87145.5671.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202332300.4800.010.09178.4171.9769.22
Hex78E9E630019b24845
Octal170351346600111262110105
Binary111100011101001111001101100000110011011001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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