#A0F7FA

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

Shades of Pale Turquoise #A0F7FA

Tints of Pale Turquoise #A0F7FA

Color information

#A0F7FA (or 0xA0F7FA) is unknown color: approx Pale Turquoise. HEX triplet: A0, F7 and FA. RGB value is (160,247,250). Sum of RGB (Red+Green+Blue) = 160+247+250=657 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.35% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0F7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F7FA is #5F0805. Grayscale: #DDDDDD. Windows color (decimal): -6227974 or 16447392. OLE color: 16447392.

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

Color convert

RGB160247250-
CMYK0.360.0100.02
HSL182º90%80.39%-
HSV(B)182º36%98.04%-
XYZ65.0180.9102.63-
YUV221.33144.1884.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.35%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=24.35%
G=37.60%
B=38.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602472500.360.0100.021829080.39
HexA0F7FA24102b65a50
Octal24036737244102266132120
Binary10100000111101111111101010010010101011011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F7FA; }

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

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

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

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

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

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

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

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