#80ECE3

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

Shades of Turquoise Blue #80ECE3

Tints of Turquoise Blue #80ECE3

Color information

#80ECE3 (or 0x80ECE3) is unknown color: approx Turquoise Blue. HEX triplet: 80, EC and E3. RGB value is (128,236,227). Sum of RGB (Red+Green+Blue) = 128+236+227=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECE3 is #7F131C. Grayscale: #CACACA. Windows color (decimal): -8327965 or 14937216. OLE color: 14937216.

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

Color convert

RGB128236227-
CMYK0.4600.040.07
HSL175º73.97%71.37%-
HSV(B)175º45.76%92.55%-
XYZ52.7670.1383.43-
YUV202.68141.7274.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.66%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=21.66%
G=39.93%
B=38.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282362270.4600.040.0717573.9771.37
Hex80ECE32E047af4a47
Octal20035434356047257112107
Binary10000000111011001110001110111001001111010111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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