#A0FAEA

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

Shades of Pale Turquoise #A0FAEA

Tints of Pale Turquoise #A0FAEA

Color information

#A0FAEA (or 0xA0FAEA) is unknown color: approx Pale Turquoise. HEX triplet: A0, FA and EA. RGB value is (160,250,234). Sum of RGB (Red+Green+Blue) = 160+250+234=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAEA is #5F0515. Grayscale: #DDDDDD. Windows color (decimal): -6227222 or 15399584. OLE color: 15399584.

HSL color Cylindrical-coordinate representation of color #A0FAEA: hue angle of 169.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 #A0FAEA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB160250234-
CMYK0.3600.060.02
HSL169.33º90%80.39%-
HSV(B)169.33º36%98.04%-
XYZ63.5381.7990.28-
YUV221.27135.1884.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.84%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=24.84%
G=38.82%
B=36.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602502340.3600.060.02169.339080.39
HexA0FAEA24062a95a50
Octal24037235244062251132120
Binary1010000011111010111010101001000110101010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAEA; }

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

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

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

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

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

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

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

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