#a7f9fa

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

Shades of Pale Turquoise #A7F9FA

Tints of Pale Turquoise #A7F9FA

Color information

#A7F9FA (or 0xA7F9FA) is unknown color: approx Pale Turquoise. HEX triplet: A7, F9 and FA. RGB value is (167,249,250). Sum of RGB (Red+Green+Blue) = 167+249+250=666 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.08% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F9FA is #580605. Grayscale: #E0E0E0. Windows color (decimal): -5768710 or 16447911. OLE color: 16447911.

HSL color Cylindrical-coordinate representation of color #A7F9FA: hue angle of 180.72º degrees, saturation: 0.89, 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 #A7F9FA is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167249250-
CMYK0.330.0000.02
HSL180.72º89.25%81.76%-
HSV(B)180.72º33.2%98.04%-
XYZ67.0782.87102.9-
YUV224.6142.3386.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.08%
GREEN value IS 249 (97.66% from 255) = 37.39%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=25.08%
G=37.39%
B=37.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672492500.330.0000.02180.7289.2581.76
HexA7F9FA21002b55952
Octal24737137241002265131122
Binary10100111111110011111101010000100101011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7f9fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7f9fa; }

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

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

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

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

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

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

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

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