#A0FEFF

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

Shades of Pale Turquoise #A0FEFF

Tints of Pale Turquoise #A0FEFF

Color information

#A0FEFF (or 0xA0FEFF) is unknown color: approx Pale Turquoise. HEX triplet: A0, FE and FF. RGB value is (160,254,255). Sum of RGB (Red+Green+Blue) = 160+254+255=669 (88% of max value = 765). Red value is 160 (62.89% from 255 or 23.92% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEFF is #5F0100. Grayscale: #E1E1E1. Windows color (decimal): -6226177 or 16776864. OLE color: 16776864.

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

Color convert

RGB160254255-
CMYK0.370.0000
HSL180.63º100%81.37%-
HSV(B)180.63º37.25%100%-
XYZ67.9985.58107.54-
YUV226.01144.3680.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 23.92%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 255 (100% from 255) = 38.12%
R=23.92%
G=37.97%
B=38.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602542550.370.0000180.6310081.37
HexA0FEFF25000b56451
Octal24037637745000265144121
Binary1010000011111110111111111001010001011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEFF; }

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

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

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

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

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

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

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

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