#A7FFF0

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

Shades of Pale Turquoise #A7FFF0

Tints of Pale Turquoise #A7FFF0

Color information

#A7FFF0 (or 0xA7FFF0) is unknown color: approx Pale Turquoise. HEX triplet: A7, FF and F0. RGB value is (167,255,240). Sum of RGB (Red+Green+Blue) = 167+255+240=662 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.23% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFF0 is #58000F. Grayscale: #E2E2E2. Windows color (decimal): -5767184 or 15794087. OLE color: 15794087.

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

Color convert

RGB167255240-
CMYK0.3500.060
HSL169.77º100%82.75%-
HSV(B)169.77º34.51%100%-
XYZ67.4286.0395.49-
YUV226.98135.3585.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.23%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=25.23%
G=38.52%
B=36.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672552400.3500.060169.7710082.75
HexA7FFF023060aa6453
Octal24737736043060252144123
Binary101001111111111111110000100011011001010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FFF0; }

 p { color: rgb(167,255,240); }

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

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

 a { background-color: rgb(167,255,240); }

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

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

 span { border-color: rgb(167,255,240); }

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