Html Css Color HEX #80E7DF Turquoise Blue

📋 copy color: '#80E7DF'

red 128 ◦ green 231 ◦ blue 223

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

Shades of Turquoise Blue #80E7DF

Tints of Turquoise Blue #80E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.69%

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 21.99%
G = 39.69%
B = 38.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#80E7DF (or 0x80E7DF) is known color: Turquoise Blue. HEX triplet: 80, E7 and DF. RGB value is (128,231,223). Sum of RGB (Red+Green+Blue) = 128+231+223=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E7DF is #7F1820. Grayscale: #C7C7C7. Windows color (decimal): -8329249 or 14673792. OLE color: 14673792.

HSL color Cylindrical-coordinate representation of color #80E7DF: hue angle of 175.34º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7DF is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 231 223 -
CMYK 0.45 0 0.03 0.09
HSL 175.34º 0.68% 0.7% -
HSV(B) 175.34º 0.45% 0.91% -
XYZ 50.8 67.07 80.08 -
YUV 199.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 128 231 223 0.45 0 0.03 0.09 175.34 0.68 0.7
Hex 80 E7 DF 2D 0 3 9 AF 44 46
Octal 200 347 337 55 0 3 11 257 104 106
Binary 10000000 11100111 11011111 101101 0 11 1001 10101111 1000100 1000110

Color Harmonies of #80E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E7DF

Black with #80E7DF

Text Example


Text Example

White with #80E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,231,223); }

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

background-color css

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

 a { background-color: rgb(128,231,223); }

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

border-color css

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

 span { border-color: rgb(128,231,223); }

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