#80E3EB

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

Shades of Turquoise Blue #80E3EB

Tints of Turquoise Blue #80E3EB

Color information

#80E3EB (or 0x80E3EB) is unknown color: approx Turquoise Blue. HEX triplet: 80, E3 and EB. RGB value is (128,227,235). Sum of RGB (Red+Green+Blue) = 128+227+235=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #80E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E3EB is #7F1C14. Grayscale: #C6C6C6. Windows color (decimal): -8330261 or 15459200. OLE color: 15459200.

HSL color Cylindrical-coordinate representation of color #80E3EB: hue angle of 184.49º 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 #80E3EB is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128227235-
CMYK0.460.0300.08
HSL184.49º72.79%71.18%-
HSV(B)184.49º45.53%92.16%-
XYZ51.3765.5388.54-
YUV198.31148.777.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.69%
GREEN value IS 227 (89.06% from 255) = 38.47%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=21.69%
G=38.47%
B=39.83%

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
Decimal1282272350.460.0300.08184.4972.7971.18
Hex80E3EB2E308b84947
Octal200343353563010270111107
Binary10000000111000111110101110111011010001011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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