#A0FEEA

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

Shades of Pale Turquoise #A0FEEA

Tints of Pale Turquoise #A0FEEA

Color information

#A0FEEA (or 0xA0FEEA) is unknown color: approx Pale Turquoise. HEX triplet: A0, FE and EA. RGB value is (160,254,234). Sum of RGB (Red+Green+Blue) = 160+254+234=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEEA is #5F0115. Grayscale: #DFDFDF. Windows color (decimal): -6226198 or 15400608. OLE color: 15400608.

HSL color Cylindrical-coordinate representation of color #A0FEEA: hue angle of 167.23º 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 #A0FEEA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB160254234-
CMYK0.3700.080.00
HSL167.23º97.92%81.18%-
HSV(B)167.23º37.01%99.61%-
XYZ64.7984.390.7-
YUV223.61133.8682.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.69%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=24.69%
G=39.20%
B=36.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542340.3700.080.00167.2397.9281.18
HexA0FEEA25080a76251
Octal240376352450100247142121
Binary1010000011111110111010101001010100001010011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEEA; }

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

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

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

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

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

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

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

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