#A0FCE9

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

Shades of Pale Turquoise #A0FCE9

Tints of Pale Turquoise #A0FCE9

Color information

#A0FCE9 (or 0xA0FCE9) is unknown color: approx Pale Turquoise. HEX triplet: A0, FC and E9. RGB value is (160,252,233). Sum of RGB (Red+Green+Blue) = 160+252+233=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCE9 is #5F0316. Grayscale: #DEDEDE. Windows color (decimal): -6226711 or 15334560. OLE color: 15334560.

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

Color convert

RGB160252233-
CMYK0.3700.080.01
HSL167.61º93.88%80.78%-
HSV(B)167.61º36.51%98.82%-
XYZ64.0282.9889.73-
YUV222.33134.0283.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.81%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=24.81%
G=39.07%
B=36.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522330.3700.080.01167.6193.8880.78
HexA0FCE925081a85e51
Octal240374351450101250136121
Binary1010000011111100111010011001010100011010100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCE9; }

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

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

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

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

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

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

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

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