#80E5EB

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

Shades of Turquoise Blue #80E5EB

Tints of Turquoise Blue #80E5EB

Color information

#80E5EB (or 0x80E5EB) is unknown color: approx Turquoise Blue. HEX triplet: 80, E5 and EB. RGB value is (128,229,235). Sum of RGB (Red+Green+Blue) = 128+229+235=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #80E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5EB is #7F1A14. Grayscale: #C7C7C7. Windows color (decimal): -8329749 or 15459712. OLE color: 15459712.

HSL color Cylindrical-coordinate representation of color #80E5EB: hue angle of 183.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E5EB is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128229235-
CMYK0.460.0300.08
HSL183.36º72.79%71.18%-
HSV(B)183.36º45.53%92.16%-
XYZ51.9266.6388.72-
YUV199.48148.0477.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.62%
GREEN value IS 229 (89.84% from 255) = 38.68%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=21.62%
G=38.68%
B=39.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282292350.460.0300.08183.3672.7971.18
Hex80E5EB2E308b74947
Octal200345353563010267111107
Binary10000000111001011110101110111011010001011011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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