Html Css Color HEX #80EAE1 Turquoise Blue

📋 copy color: '#80EAE1'

red 128 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #80EAE1

Tints of Turquoise Blue #80EAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 21.81%
G = 39.86%
B = 38.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#80EAE1 (or 0x80EAE1) is known color: Turquoise Blue. HEX triplet: 80, EA and E1. RGB value is (128,234,225). Sum of RGB (Red+Green+Blue) = 128+234+225=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAE1 is #7F151E. Grayscale: #C9C9C9. Windows color (decimal): -8328479 or 14805632. OLE color: 14805632.

HSL color Cylindrical-coordinate representation of color #80EAE1: hue angle of 174.91º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EAE1 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 225 -
CMYK 0.45 0 0.04 0.08
HSL 174.91º 0.72% 0.71% -
HSV(B) 174.91º 0.45% 0.92% -
XYZ 51.92 68.87 81.79 -
YUV 201.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 128 234 225 0.45 0 0.04 0.08 174.91 0.72 0.71
Hex 80 EA E1 2D 0 4 8 AF 48 47
Octal 200 352 341 55 0 4 10 257 110 107
Binary 10000000 11101010 11100001 101101 0 100 1000 10101111 1001000 1000111

Color Harmonies of #80EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EAE1

Black with #80EAE1

Text Example


Text Example

White with #80EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,225); }

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

background-color css

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

 a { background-color: rgb(128,234,225); }

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

border-color css

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

 span { border-color: rgb(128,234,225); }

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