Html Css Color HEX #80DFE4 Turquoise Blue

📋 copy color: '#80DFE4'

red 128 ◦ green 223 ◦ blue 228

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

Shades of Turquoise Blue #80DFE4

Tints of Turquoise Blue #80DFE4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 22.11%
G = 38.51%
B = 39.38%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#80DFE4 (or 0x80DFE4) is known color: Turquoise Blue. HEX triplet: 80, DF and E4. RGB value is (128,223,228). Sum of RGB (Red+Green+Blue) = 128+223+228=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #80DFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFE4 is #7F201B. Grayscale: #C3C3C3. Windows color (decimal): -8331292 or 14999424. OLE color: 14999424.

HSL color Cylindrical-coordinate representation of color #80DFE4: hue angle of 183º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80DFE4 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 223 228 -
CMYK 0.44 0.02 0 0.11
HSL 183º 0.65% 0.7% -
HSV(B) 183º 0.44% 0.89% -
XYZ 49.29 62.97 82.95 -
YUV 195.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 128 223 228 0.44 0.02 0 0.11 183 0.65 0.7
Hex 80 DF E4 2C 2 0 B B7 41 46
Octal 200 337 344 54 2 0 13 267 101 106
Binary 10000000 11011111 11100100 101100 10 0 1011 10110111 1000001 1000110

Color Harmonies of #80DFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFE4

Black with #80DFE4

Text Example


Text Example

White with #80DFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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