#A0FEEF

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

Shades of Pale Turquoise #A0FEEF

Tints of Pale Turquoise #A0FEEF

Color information

#A0FEEF (or 0xA0FEEF) is unknown color: approx Pale Turquoise. HEX triplet: A0, FE and EF. RGB value is (160,254,239). Sum of RGB (Red+Green+Blue) = 160+254+239=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEEF is #5F0110. Grayscale: #E0E0E0. Windows color (decimal): -6226193 or 15728288. OLE color: 15728288.

HSL color Cylindrical-coordinate representation of color #A0FEEF: hue angle of 170.43º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEEF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB160254239-
CMYK0.3700.060.00
HSL170.43º97.92%81.18%-
HSV(B)170.43º37.01%99.61%-
XYZ65.5284.5994.54-
YUV224.18136.3682.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.50%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=24.50%
G=38.90%
B=36.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542390.3700.060.00170.4397.9281.18
HexA0FEEF25060aa6251
Octal24037635745060252142121
Binary101000001111111011101111100101011001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEEF; }

 p { color: rgb(160,254,239); }

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

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

 a { background-color: rgb(160,254,239); }

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

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

 span { border-color: rgb(160,254,239); }

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