#80EBE6

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

Shades of Turquoise Blue #80EBE6

Tints of Turquoise Blue #80EBE6

Color information

#80EBE6 (or 0x80EBE6) is unknown color: approx Turquoise Blue. HEX triplet: 80, EB and E6. RGB value is (128,235,230). Sum of RGB (Red+Green+Blue) = 128+235+230=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBE6 is #7F1419. Grayscale: #CACACA. Windows color (decimal): -8328218 or 15133568. OLE color: 15133568.

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

Color convert

RGB128235230-
CMYK0.4600.020.08
HSL177.2º72.79%71.18%-
HSV(B)177.2º45.53%92.16%-
XYZ52.8969.7285.53-
YUV202.44143.5574.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.59%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=21.59%
G=39.63%
B=38.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282352300.4600.020.08177.272.7971.18
Hex80EBE62E028b14947
Octal200353346560210261111107
Binary10000000111010111110011010111001010001011000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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