Html Css Color HEX #80E4EF Turquoise Blue

📋 copy color: '#80E4EF'

red 128 ◦ green 228 ◦ blue 239

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

Shades of Turquoise Blue #80E4EF

Tints of Turquoise Blue #80E4EF

RGB

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

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

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

R = 21.51%
G = 38.32%
B = 40.17%

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

#80E4EF (or 0x80E4EF) is known color: Turquoise Blue. HEX triplet: 80, E4 and EF. RGB value is (128,228,239). Sum of RGB (Red+Green+Blue) = 128+228+239=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E4EF is #7F1B10. Grayscale: #C7C7C7. Windows color (decimal): -8330001 or 15721600. OLE color: 15721600.

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

Color convert

RGB 128 228 239 -
CMYK 0.46 0.05 0 0.06
HSL 185.95º 0.78% 0.72% -
HSV(B) 185.95º 0.46% 0.94% -
XYZ 52.23 66.31 91.71 -
YUV 199.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 128 228 239 0.46 0.05 0 0.06 185.95 0.78 0.72
Hex 80 E4 EF 2E 5 0 6 BA 4E 48
Octal 200 344 357 56 5 0 6 272 116 110
Binary 10000000 11100100 11101111 101110 101 0 110 10111010 1001110 1001000

Color Harmonies of #80E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E4EF

Black with #80E4EF

Text Example


Text Example

White with #80E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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