Html Css Color HEX #80E2EF Turquoise Blue

📋 copy color: '#80E2EF'

red 128 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #80E2EF

Tints of Turquoise Blue #80E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.11%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 21.59%
G = 38.11%
B = 40.3%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80E2EF (or 0x80E2EF) is known color: Turquoise Blue. HEX triplet: 80, E2 and EF. RGB value is (128,226,239). Sum of RGB (Red+Green+Blue) = 128+226+239=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E2EF is #7F1D10. Grayscale: #C6C6C6. Windows color (decimal): -8330513 or 15721088. OLE color: 15721088.

HSL color Cylindrical-coordinate representation of color #80E2EF: hue angle of 187.03º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E2EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 226 239 -
CMYK 0.46 0.05 0 0.06
HSL 187.03º 0.78% 0.72% -
HSV(B) 187.03º 0.46% 0.94% -
XYZ 51.68 65.21 91.53 -
YUV 198.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 128 226 239 0.46 0.05 0 0.06 187.03 0.78 0.72
Hex 80 E2 EF 2E 5 0 6 BB 4E 48
Octal 200 342 357 56 5 0 6 273 116 110
Binary 10000000 11100010 11101111 101110 101 0 110 10111011 1001110 1001000

Color Harmonies of #80E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E2EF

Black with #80E2EF

Text Example


Text Example

White with #80E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,226,239); }

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

background-color css

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

 a { background-color: rgb(128,226,239); }

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

border-color css

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

 span { border-color: rgb(128,226,239); }

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