#80E5EF

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

Shades of Turquoise Blue #80E5EF

Tints of Turquoise Blue #80E5EF

Color information

#80E5EF (or 0x80E5EF) is unknown color: approx Turquoise Blue. HEX triplet: 80, E5 and EF. RGB value is (128,229,239). Sum of RGB (Red+Green+Blue) = 128+229+239=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5EF is #7F1A10. Grayscale: #C7C7C7. Windows color (decimal): -8329745 or 15721856. OLE color: 15721856.

HSL color Cylindrical-coordinate representation of color #80E5EF: hue angle of 185.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E5EF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128229239-
CMYK0.460.0400.06
HSL185.41º77.62%71.96%-
HSV(B)185.41º46.44%93.73%-
XYZ52.566.8691.8-
YUV199.94150.0476.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.48%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=21.48%
G=38.42%
B=40.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282292390.460.0400.06185.4177.6271.96
Hex80E5EF2E406b94e48
Octal20034535756406271116110
Binary10000000111001011110111110111010001101011100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E5EF; }

 p { color: rgb(128,229,239); }

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

<style>
 a { background-color: #80E5EF; }

 a { background-color: rgb(128,229,239); }

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

<style>
 span { border-color: #80E5EF; }

 span { border-color: rgb(128,229,239); }

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