#A0FEEB

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

Shades of Pale Turquoise #A0FEEB

Tints of Pale Turquoise #A0FEEB

Color information

#A0FEEB (or 0xA0FEEB) is unknown color: approx Pale Turquoise. HEX triplet: A0, FE and EB. RGB value is (160,254,235). Sum of RGB (Red+Green+Blue) = 160+254+235=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEEB is #5F0114. Grayscale: #DFDFDF. Windows color (decimal): -6226197 or 15466144. OLE color: 15466144.

HSL color Cylindrical-coordinate representation of color #A0FEEB: hue angle of 167.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEEB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB160254235-
CMYK0.3700.070.00
HSL167.87º97.92%81.18%-
HSV(B)167.87º37.01%99.61%-
XYZ64.9384.3691.46-
YUV223.73134.3682.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.65%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=24.65%
G=39.14%
B=36.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542350.3700.070.00167.8797.9281.18
HexA0FEEB25070a86251
Octal24037635345070250142121
Binary101000001111111011101011100101011101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEEB; }

 p { color: rgb(160,254,235); }

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

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

 a { background-color: rgb(160,254,235); }

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

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

 span { border-color: rgb(160,254,235); }

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