#A0FAFF

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

Shades of Pale Turquoise #A0FAFF

Tints of Pale Turquoise #A0FAFF

Color information

#A0FAFF (or 0xA0FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A0, FA and FF. RGB value is (160,250,255). Sum of RGB (Red+Green+Blue) = 160+250+255=665 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.06% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAFF is #5F0500. Grayscale: #DFDFDF. Windows color (decimal): -6227201 or 16775840. OLE color: 16775840.

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

Color convert

RGB160250255-
CMYK0.370.0200
HSL183.16º100%81.37%-
HSV(B)183.16º37.25%100%-
XYZ66.7383.06107.12-
YUV223.66145.6882.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.06%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 255 (100% from 255) = 38.35%
R=24.06%
G=37.59%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602502550.370.0200183.1610081.37
HexA0FAFF25200b76451
Octal24037237745200267144121
Binary10100000111110101111111110010110001011011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAFF; }

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

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

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

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

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

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

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

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