#A7F8F0

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

Shades of Pale Turquoise #A7F8F0

Tints of Pale Turquoise #A7F8F0

Color information

#A7F8F0 (or 0xA7F8F0) is unknown color: approx Pale Turquoise. HEX triplet: A7, F8 and F0. RGB value is (167,248,240). Sum of RGB (Red+Green+Blue) = 167+248+240=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F8F0 is #58070F. Grayscale: #DEDEDE. Windows color (decimal): -5768976 or 15792295. OLE color: 15792295.

HSL color Cylindrical-coordinate representation of color #A7F8F0: hue angle of 174.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8F0 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB167248240-
CMYK0.3300.030.03
HSL174.07º85.26%81.37%-
HSV(B)174.07º32.66%97.25%-
XYZ65.2381.6494.76-
YUV222.87137.6688.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=25.50%
G=37.86%
B=36.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672482400.3300.030.03174.0785.2681.37
HexA7F8F021033ae5551
Octal24737036041033256125121
Binary101001111111100011110000100001011111010111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F8F0; }

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

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

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

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

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

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

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

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