#A0FFF0

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

Shades of Pale Turquoise #A0FFF0

Tints of Pale Turquoise #A0FFF0

Color information

#A0FFF0 (or 0xA0FFF0) is unknown color: approx Pale Turquoise. HEX triplet: A0, FF and F0. RGB value is (160,255,240). Sum of RGB (Red+Green+Blue) = 160+255+240=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFF0 is #5F000F. Grayscale: #E0E0E0. Windows color (decimal): -6225936 or 15794080. OLE color: 15794080.

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

Color convert

RGB160255240-
CMYK0.3700.060
HSL170.53º100%81.37%-
HSV(B)170.53º37.25%100%-
XYZ65.9985.2895.42-
YUV224.88136.5381.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.43%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=24.43%
G=38.93%
B=36.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552400.3700.060170.5310081.37
HexA0FFF025060ab6451
Octal24037736045060253144121
Binary101000001111111111110000100101011001010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFF0; }

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

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

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

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

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

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

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

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