#A7F1E9

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

Shades of Pale Turquoise #A7F1E9

Tints of Pale Turquoise #A7F1E9

Color information

#A7F1E9 (or 0xA7F1E9) is unknown color: approx Pale Turquoise. HEX triplet: A7, F1 and E9. RGB value is (167,241,233). Sum of RGB (Red+Green+Blue) = 167+241+233=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F1E9 is #580E16. Grayscale: #D9D9D9. Windows color (decimal): -5770775 or 15331751. OLE color: 15331751.

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

Color convert

RGB167241233-
CMYK0.3100.030.05
HSL173.51º72.55%80%-
HSV(B)173.51º30.71%94.51%-
XYZ62.177.0188.68-
YUV217.96136.4891.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=26.05%
G=37.60%
B=36.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412330.3100.030.05173.5172.5580
HexA7F1E91F035ae4950
Octal24736135137035256111120
Binary101001111111000111101001111110111011010111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1E9; }

 p { color: rgb(167,241,233); }

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

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

 a { background-color: rgb(167,241,233); }

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

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

 span { border-color: rgb(167,241,233); }

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