#A7F9EA

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

Shades of Pale Turquoise #A7F9EA

Tints of Pale Turquoise #A7F9EA

Color information

#A7F9EA (or 0xA7F9EA) is unknown color: approx Pale Turquoise. HEX triplet: A7, F9 and EA. RGB value is (167,249,234). Sum of RGB (Red+Green+Blue) = 167+249+234=650 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.69% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F9EA is #580615. Grayscale: #DEDEDE. Windows color (decimal): -5768726 or 15399335. OLE color: 15399335.

HSL color Cylindrical-coordinate representation of color #A7F9EA: hue angle of 169.02º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F9EA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB167249234-
CMYK0.3300.060.02
HSL169.02º87.23%81.57%-
HSV(B)169.02º32.93%97.65%-
XYZ64.6681.9190.24-
YUV222.77134.3388.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.69%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 234 (91.80% from 255) = 36%
R=25.69%
G=38.31%
B=36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672492340.3300.060.02169.0287.2381.57
HexA7F9EA21062a95752
Octal24737135241062251127122
Binary1010011111111001111010101000010110101010100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F9EA; }

 p { color: rgb(167,249,234); }

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

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

 a { background-color: rgb(167,249,234); }

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

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

 span { border-color: rgb(167,249,234); }

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