#80E3EE

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

Shades of Turquoise Blue #80E3EE

Tints of Turquoise Blue #80E3EE

Color information

#80E3EE (or 0x80E3EE) is unknown color: approx Turquoise Blue. HEX triplet: 80, E3 and EE. RGB value is (128,227,238). Sum of RGB (Red+Green+Blue) = 128+227+238=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #80E3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E3EE is #7F1C11. Grayscale: #C6C6C6. Windows color (decimal): -8330258 or 15655808. OLE color: 15655808.

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

Color convert

RGB128227238-
CMYK0.460.0500.07
HSL186º76.39%71.76%-
HSV(B)186º46.22%93.33%-
XYZ51.865.790.84-
YUV198.65150.277.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.59%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=21.59%
G=38.28%
B=40.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282272380.460.0500.0718676.3971.76
Hex80E3EE2E507ba4c48
Octal20034335656507272114110
Binary10000000111000111110111010111010101111011101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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