#A0FFFB

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

Shades of Pale Turquoise #A0FFFB

Tints of Pale Turquoise #A0FFFB

Color information

#A0FFFB (or 0xA0FFFB) is unknown color: approx Pale Turquoise. HEX triplet: A0, FF and FB. RGB value is (160,255,251). Sum of RGB (Red+Green+Blue) = 160+255+251=666 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.02% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFFB is #5F0004. Grayscale: #E2E2E2. Windows color (decimal): -6225925 or 16514976. OLE color: 16514976.

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

Color convert

RGB160255251-
CMYK0.3700.020
HSL177.47º100%81.37%-
HSV(B)177.47º37.25%100%-
XYZ67.6785.96104.29-
YUV226.14142.0380.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.02%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=24.02%
G=38.29%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552510.3700.020177.4710081.37
HexA0FFFB25020b16451
Octal24037737345020261144121
Binary10100000111111111111101110010101001011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFFB; }

 p { color: rgb(160,255,251); }

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

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

 a { background-color: rgb(160,255,251); }

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

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

 span { border-color: rgb(160,255,251); }

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