#80DEED

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

Shades of Turquoise Blue #80DEED

Tints of Turquoise Blue #80DEED

Color information

#80DEED (or 0x80DEED) is unknown color: approx Turquoise Blue. HEX triplet: 80, DE and ED. RGB value is (128,222,237). Sum of RGB (Red+Green+Blue) = 128+222+237=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #80DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEED is #7F2112. Grayscale: #C3C3C3. Windows color (decimal): -8331539 or 15588992. OLE color: 15588992.

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

Color convert

RGB128222237-
CMYK0.460.0600.07
HSL188.26º75.17%71.57%-
HSV(B)188.26º45.99%92.94%-
XYZ50.3162.9589.62-
YUV195.6151.3679.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.81%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=21.81%
G=37.82%
B=40.37%

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
Decimal1282222370.460.0600.07188.2675.1771.57
Hex80DEED2E607bc4b48
Octal20033635556607274113110
Binary10000000110111101110110110111011001111011110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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