#80E1E8

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

Shades of Turquoise Blue #80E1E8

Tints of Turquoise Blue #80E1E8

Color information

#80E1E8 (or 0x80E1E8) is unknown color: approx Turquoise Blue. HEX triplet: 80, E1 and E8. RGB value is (128,225,232). Sum of RGB (Red+Green+Blue) = 128+225+232=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #80E1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E1E8 is #7F1E17. Grayscale: #C4C4C4. Windows color (decimal): -8330776 or 15262080. OLE color: 15262080.

HSL color Cylindrical-coordinate representation of color #80E1E8: hue angle of 184.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E1E8 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128225232-
CMYK0.450.0300.09
HSL184.04º69.33%70.59%-
HSV(B)184.04º44.83%90.98%-
XYZ50.3964.2786.09-
YUV196.8147.8678.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.88%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=21.88%
G=38.46%
B=39.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282252320.450.0300.09184.0469.3370.59
Hex80E1E82D309b84547
Octal200341350553011270105107
Binary10000000111000011110100010110111010011011100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,232); }

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

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

 a { background-color: rgb(128,225,232); }

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

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

 span { border-color: rgb(128,225,232); }

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