#A0FAE7

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

Shades of Pale Turquoise #A0FAE7

Tints of Pale Turquoise #A0FAE7

Color information

#A0FAE7 (or 0xA0FAE7) is unknown color: approx Pale Turquoise. HEX triplet: A0, FA and E7. RGB value is (160,250,231). Sum of RGB (Red+Green+Blue) = 160+250+231=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAE7 is #5F0518. Grayscale: #DCDCDC. Windows color (decimal): -6227225 or 15202976. OLE color: 15202976.

HSL color Cylindrical-coordinate representation of color #A0FAE7: hue angle of 167.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAE7 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB160250231-
CMYK0.3600.080.02
HSL167.33º90%80.39%-
HSV(B)167.33º36%98.04%-
XYZ63.1181.6188.03-
YUV220.92133.6884.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.96%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=24.96%
G=39.00%
B=36.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602502310.3600.080.02167.339080.39
HexA0FAE724082a75a50
Octal240372347440102247132120
Binary10100000111110101110011110010001000101010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAE7; }

 p { color: rgb(160,250,231); }

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

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

 a { background-color: rgb(160,250,231); }

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

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

 span { border-color: rgb(160,250,231); }

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