#A0F5FA

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

Shades of Pale Turquoise #A0F5FA

Tints of Pale Turquoise #A0F5FA

Color information

#A0F5FA (or 0xA0F5FA) is unknown color: approx Pale Turquoise. HEX triplet: A0, F5 and FA. RGB value is (160,245,250). Sum of RGB (Red+Green+Blue) = 160+245+250=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F5FA is #5F0A05. Grayscale: #DCDCDC. Windows color (decimal): -6228486 or 16446880. OLE color: 16446880.

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

Color convert

RGB160245250-
CMYK0.360.0200.02
HSL183.33º90%80.39%-
HSV(B)183.33º36%98.04%-
XYZ64.479.68102.43-
YUV220.16144.8485.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.43%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=24.43%
G=37.40%
B=38.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602452500.360.0200.02183.339080.39
HexA0F5FA24202b75a50
Octal24036537244202267132120
Binary101000001111010111111010100100100101011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F5FA; }

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

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

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

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

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

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

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

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