#A0F7EC

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

Shades of Pale Turquoise #A0F7EC

Tints of Pale Turquoise #A0F7EC

Color information

#A0F7EC (or 0xA0F7EC) is unknown color: approx Pale Turquoise. HEX triplet: A0, F7 and EC. RGB value is (160,247,236). Sum of RGB (Red+Green+Blue) = 160+247+236=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F7EC is #5F0813. Grayscale: #DBDBDB. Windows color (decimal): -6227988 or 15529888. OLE color: 15529888.

HSL color Cylindrical-coordinate representation of color #A0F7EC: hue angle of 172.41º 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 #A0F7EC is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB160247236-
CMYK0.3500.040.03
HSL172.41º84.47%79.8%-
HSV(B)172.41º35.22%96.86%-
XYZ62.980.0591.49-
YUV219.73137.1885.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.88%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=24.88%
G=38.41%
B=36.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602472360.3500.040.03172.4184.4779.8
HexA0F7EC23043ac5450
Octal24036735443043254124120
Binary1010000011110111111011001000110100111010110010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F7EC; }

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

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

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

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

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

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

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

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