Html Css Color HEX #80E4EC Turquoise Blue

📋 copy color: '#80E4EC'

red 128 ◦ green 228 ◦ blue 236

#80E4EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #80E4EC

Tints of Turquoise Blue #80E4EC

RGB

 RED value IS 128 (50.39% from 255) = 21.62%

 GREEN value IS 228 (89.45% from 255) = 38.51%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 21.62%
G = 38.51%
B = 39.86%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80E4EC (or 0x80E4EC) is known color: Turquoise Blue. HEX triplet: 80, E4 and EC. RGB value is (128,228,236). Sum of RGB (Red+Green+Blue) = 128+228+236=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #80E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E4EC is #7F1B13. Grayscale: #C6C6C6. Windows color (decimal): -8330004 or 15524992. OLE color: 15524992.

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

Color convert

RGB 128 228 236 -
CMYK 0.46 0.03 0 0.07
HSL 184.44º 0.74% 0.71% -
HSV(B) 184.44º 0.46% 0.93% -
XYZ 51.79 66.13 89.39 -
YUV 199.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 128 228 236 0.46 0.03 0 0.07 184.44 0.74 0.71
Hex 80 E4 EC 2E 3 0 7 B8 4A 47
Octal 200 344 354 56 3 0 7 270 112 107
Binary 10000000 11100100 11101100 101110 11 0 111 10111000 1001010 1000111

Color Harmonies of #80E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E4EC

Black with #80E4EC

Text Example


Text Example

White with #80E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80E4EC;
 }
 .AnyTagClassName
 {
   color: #80E4EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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