#80E6E3

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

Shades of Turquoise Blue #80E6E3

Tints of Turquoise Blue #80E6E3

Color information

#80E6E3 (or 0x80E6E3) is unknown color: approx Turquoise Blue. HEX triplet: 80, E6 and E3. RGB value is (128,230,227). Sum of RGB (Red+Green+Blue) = 128+230+227=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6E3 is #7F191C. Grayscale: #C7C7C7. Windows color (decimal): -8329501 or 14935680. OLE color: 14935680.

HSL color Cylindrical-coordinate representation of color #80E6E3: hue angle of 178.24º 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 #80E6E3 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB128230227-
CMYK0.4400.010.10
HSL178.24º67.11%70.2%-
HSV(B)178.24º44.35%90.2%-
XYZ51.0666.7382.86-
YUV199.16143.7177.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.88%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 227 (89.06% from 255) = 38.80%
R=21.88%
G=39.32%
B=38.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282302270.4400.010.10178.2467.1170.2
Hex80E6E32C01Ab24346
Octal200346343540112262103106
Binary1000000011100110111000111011000110101011001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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