#A7FAFF

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

Shades of Pale Turquoise #A7FAFF

Tints of Pale Turquoise #A7FAFF

Color information

#A7FAFF (or 0xA7FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A7, FA and FF. RGB value is (167,250,255). Sum of RGB (Red+Green+Blue) = 167+250+255=672 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.85% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAFF is #580500. Grayscale: #E1E1E1. Windows color (decimal): -5768449 or 16775847. OLE color: 16775847.

HSL color Cylindrical-coordinate representation of color #A7FAFF: hue angle of 183.41º 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 #A7FAFF is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167250255-
CMYK0.350.0200
HSL183.41º100%82.75%-
HSV(B)183.41º34.51%100%-
XYZ68.1783.81107.19-
YUV225.75144.586.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 24.85%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 255 (100% from 255) = 37.95%
R=24.85%
G=37.20%
B=37.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672502550.350.0200183.4110082.75
HexA7FAFF23200b76453
Octal24737237743200267144123
Binary10100111111110101111111110001110001011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAFF; }

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

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

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

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

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

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

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

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