#78E6E4

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

Shades of Turquoise Blue #78E6E4

Tints of Turquoise Blue #78E6E4

Color information

#78E6E4 (or 0x78E6E4) is unknown color: approx Turquoise Blue. HEX triplet: 78, E6 and E4. RGB value is (120,230,228). Sum of RGB (Red+Green+Blue) = 120+230+228=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E6E4 is #87191B. Grayscale: #C4C4C4. Windows color (decimal): -8853788 or 15001208. OLE color: 15001208.

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

Color convert

RGB120230228-
CMYK0.4800.010.10
HSL178.91º68.75%68.63%-
HSV(B)178.91º47.83%90.2%-
XYZ50.0566.1983.54-
YUV196.88145.5673.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.76%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 228 (89.45% from 255) = 39.45%
R=20.76%
G=39.79%
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.10
SystemRedGreenBlueCMYKHSL
Decimal1202302280.4800.010.10178.9168.7568.63
Hex78E6E43001Ab34545
Octal170346344600112263105105
Binary111100011100110111001001100000110101011001110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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