#80E6E2

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

Shades of Turquoise Blue #80E6E2

Tints of Turquoise Blue #80E6E2

Color information

#80E6E2 (or 0x80E6E2) is unknown color: approx Turquoise Blue. HEX triplet: 80, E6 and E2. RGB value is (128,230,226). Sum of RGB (Red+Green+Blue) = 128+230+226=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6E2 is #7F191D. Grayscale: #C6C6C6. Windows color (decimal): -8329502 or 14870144. OLE color: 14870144.

HSL color Cylindrical-coordinate representation of color #80E6E2: hue angle of 177.65º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6E2 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB128230226-
CMYK0.4400.020.10
HSL177.65º67.11%70.2%-
HSV(B)177.65º44.35%90.2%-
XYZ50.9366.6782.14-
YUV199.05143.2177.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.92%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 226 (88.67% from 255) = 38.70%
R=21.92%
G=39.38%
B=38.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282302260.4400.020.10177.6567.1170.2
Hex80E6E22C02Ab24346
Octal200346342540212262103106
Binary10000000111001101110001010110001010101011001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,230,226); }

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

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

 a { background-color: rgb(128,230,226); }

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

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

 span { border-color: rgb(128,230,226); }

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