#80e5ee

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

Shades of Turquoise Blue #80E5EE

Tints of Turquoise Blue #80E5EE

Color information

#80E5EE (or 0x80E5EE) is unknown color: approx Turquoise Blue. HEX triplet: 80, E5 and EE. RGB value is (128,229,238). Sum of RGB (Red+Green+Blue) = 128+229+238=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #80E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5EE is #7F1A11. Grayscale: #C7C7C7. Windows color (decimal): -8329746 or 15656320. OLE color: 15656320.

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

Color convert

RGB128229238-
CMYK0.460.0400.07
HSL184.91º76.39%71.76%-
HSV(B)184.91º46.22%93.33%-
XYZ52.3566.891.02-
YUV199.83149.5476.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.51%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 238 (93.36% from 255) = 40%
R=21.51%
G=38.49%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282292380.460.0400.07184.9176.3971.76
Hex80E5EE2E407b94c48
Octal20034535656407271114110
Binary10000000111001011110111010111010001111011100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80e5ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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