#80e3f2

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

Shades of Turquoise Blue #80E3F2

Tints of Turquoise Blue #80E3F2

Color information

#80E3F2 (or 0x80E3F2) is unknown color: approx Turquoise Blue. HEX triplet: 80, E3 and F2. RGB value is (128,227,242). Sum of RGB (Red+Green+Blue) = 128+227+242=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #80E3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E3F2 is #7F1C0D. Grayscale: #C6C6C6. Windows color (decimal): -8330254 or 15917952. OLE color: 15917952.

HSL color Cylindrical-coordinate representation of color #80E3F2: hue angle of 187.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E3F2 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128227242-
CMYK0.470.0600.05
HSL187.89º81.43%72.55%-
HSV(B)187.89º47.11%94.9%-
XYZ52.465.9493.97-
YUV199.11152.277.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.44%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=21.44%
G=38.02%
B=40.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282272420.470.0600.05187.8981.4372.55
Hex80E3F22F605bc5149
Octal20034336257605274121111
Binary10000000111000111111001010111111001011011110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80e3f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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