#A0F9FC

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

Shades of Pale Turquoise #A0F9FC

Tints of Pale Turquoise #A0F9FC

Color information

#A0F9FC (or 0xA0F9FC) is unknown color: approx Pale Turquoise. HEX triplet: A0, F9 and FC. RGB value is (160,249,252). Sum of RGB (Red+Green+Blue) = 160+249+252=661 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.21% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0F9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F9FC is #5F0603. Grayscale: #DEDEDE. Windows color (decimal): -6227460 or 16578976. OLE color: 16578976.

HSL color Cylindrical-coordinate representation of color #A0F9FC: hue angle of 181.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F9FC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160249252-
CMYK0.370.0100.01
HSL181.96º93.88%80.78%-
HSV(B)181.96º36.51%98.82%-
XYZ65.9482.25104.5-
YUV222.73144.5183.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.21%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=24.21%
G=37.67%
B=38.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602492520.370.0100.01181.9693.8880.78
HexA0F9FC25101b65e51
Octal24037137445101266136121
Binary1010000011111001111111001001011011011011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F9FC; }

 p { color: rgb(160,249,252); }

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

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

 a { background-color: rgb(160,249,252); }

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

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

 span { border-color: rgb(160,249,252); }

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