Html Css Color HEX #80E0EE Turquoise Blue

📋 copy color: '#80E0EE'

red 128 ◦ green 224 ◦ blue 238

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

Shades of Turquoise Blue #80E0EE

Tints of Turquoise Blue #80E0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 21.69%
G = 37.97%
B = 40.34%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80E0EE (or 0x80E0EE) is known color: Turquoise Blue. HEX triplet: 80, E0 and EE. RGB value is (128,224,238). Sum of RGB (Red+Green+Blue) = 128+224+238=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #80E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E0EE is #7F1F11. Grayscale: #C4C4C4. Windows color (decimal): -8331026 or 15655040. OLE color: 15655040.

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

Color convert

RGB 128 224 238 -
CMYK 0.46 0.06 0 0.07
HSL 187.64º 0.76% 0.72% -
HSV(B) 187.64º 0.46% 0.93% -
XYZ 50.99 64.07 90.57 -
YUV 196.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 128 224 238 0.46 0.06 0 0.07 187.64 0.76 0.72
Hex 80 E0 EE 2E 6 0 7 BC 4C 48
Octal 200 340 356 56 6 0 7 274 114 110
Binary 10000000 11100000 11101110 101110 110 0 111 10111100 1001100 1001000

Color Harmonies of #80E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E0EE

Black with #80E0EE

Text Example


Text Example

White with #80E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,238); }

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

background-color css

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

 a { background-color: rgb(128,224,238); }

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

border-color css

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

 span { border-color: rgb(128,224,238); }

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