#80DFED

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

Shades of Turquoise Blue #80DFED

Tints of Turquoise Blue #80DFED

Color information

#80DFED (or 0x80DFED) is unknown color: approx Turquoise Blue. HEX triplet: 80, DF and ED. RGB value is (128,223,237). Sum of RGB (Red+Green+Blue) = 128+223+237=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #80DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFED is #7F2012. Grayscale: #C4C4C4. Windows color (decimal): -8331283 or 15589248. OLE color: 15589248.

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

Color convert

RGB128223237-
CMYK0.460.0600.07
HSL187.71º75.17%71.57%-
HSV(B)187.71º45.99%92.94%-
XYZ50.5863.4889.71-
YUV196.19151.0379.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.77%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=21.77%
G=37.93%
B=40.31%

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
Decimal1282232370.460.0600.07187.7175.1771.57
Hex80DFED2E607bc4b48
Octal20033735556607274113110
Binary10000000110111111110110110111011001111011110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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