#A0FFF6

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

Shades of Pale Turquoise #A0FFF6

Tints of Pale Turquoise #A0FFF6

Color information

#A0FFF6 (or 0xA0FFF6) is unknown color: approx Pale Turquoise. HEX triplet: A0, FF and F6. RGB value is (160,255,246). Sum of RGB (Red+Green+Blue) = 160+255+246=661 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.21% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFF6 is #5F0009. Grayscale: #E1E1E1. Windows color (decimal): -6225930 or 16187296. OLE color: 16187296.

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

Color convert

RGB160255246-
CMYK0.3700.040
HSL174.32º100%81.37%-
HSV(B)174.32º37.25%100%-
XYZ66.8985.65100.19-
YUV225.57139.5381.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.21%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=24.21%
G=38.58%
B=37.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552460.3700.040174.3210081.37
HexA0FFF625040ae6451
Octal24037736645040256144121
Binary101000001111111111110110100101010001010111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFF6; }

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

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

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

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

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

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

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

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