#80DFEE

Color #80DFEE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #80DFEE

Tints of Turquoise Blue #80DFEE

Color information

#80DFEE (or 0x80DFEE) is unknown color: approx Turquoise Blue. HEX triplet: 80, DF and EE. RGB value is (128,223,238). Sum of RGB (Red+Green+Blue) = 128+223+238=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #80DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFEE is #7F2011. Grayscale: #C4C4C4. Windows color (decimal): -8331282 or 15654784. OLE color: 15654784.

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

Color convert

RGB128223238-
CMYK0.460.0600.07
HSL188.18º76.39%71.76%-
HSV(B)188.18º46.22%93.33%-
XYZ50.7263.5490.48-
YUV196.3151.5379.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.73%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=21.73%
G=37.86%
B=40.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282232380.460.0600.07188.1876.3971.76
Hex80DFEE2E607bc4c48
Octal20033735656607274114110
Binary10000000110111111110111010111011001111011110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DFEE;
 }
 .AnyTagClassName
 {
   color: #80DFEE;
 }
</style>
background-color css

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

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

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

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

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

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