#78E4E7

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

Shades of Turquoise Blue #78E4E7

Tints of Turquoise Blue #78E4E7

Color information

#78E4E7 (or 0x78E4E7) is unknown color: approx Turquoise Blue. HEX triplet: 78, E4 and E7. RGB value is (120,228,231). Sum of RGB (Red+Green+Blue) = 120+228+231=579 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.73% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #78E4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E4E7 is #871B18. Grayscale: #C3C3C3. Windows color (decimal): -8854297 or 15197304. OLE color: 15197304.

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

Color convert

RGB120228231-
CMYK0.480.0100.09
HSL181.62º69.81%68.82%-
HSV(B)181.62º48.05%90.59%-
XYZ49.9165.2585.57-
YUV196.05147.7273.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.73%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=20.73%
G=39.38%
B=39.90%

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
Decimal1202282310.480.0100.09181.6269.8168.82
Hex78E4E730109b64645
Octal170344347601011266106105
Binary111100011100100111001111100001010011011011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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