#A0F7EA

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

Shades of Pale Turquoise #A0F7EA

Tints of Pale Turquoise #A0F7EA

Color information

#A0F7EA (or 0xA0F7EA) is unknown color: approx Pale Turquoise. HEX triplet: A0, F7 and EA. RGB value is (160,247,234). Sum of RGB (Red+Green+Blue) = 160+247+234=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F7EA is #5F0815. Grayscale: #DBDBDB. Windows color (decimal): -6227990 or 15398816. OLE color: 15398816.

HSL color Cylindrical-coordinate representation of color #A0F7EA: hue angle of 171.03º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7EA is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB160247234-
CMYK0.3500.050.03
HSL171.03º84.47%79.8%-
HSV(B)171.03º35.22%96.86%-
XYZ62.6179.9489.97-
YUV219.5136.1885.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.96%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=24.96%
G=38.53%
B=36.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602472340.3500.050.03171.0384.4779.8
HexA0F7EA23053ab5450
Octal24036735243053253124120
Binary1010000011110111111010101000110101111010101110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F7EA; }

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

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

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

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

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

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

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

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