#A7FAFE

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

Shades of Pale Turquoise #A7FAFE

Tints of Pale Turquoise #A7FAFE

Color information

#A7FAFE (or 0xA7FAFE) is unknown color: approx Pale Turquoise. HEX triplet: A7, FA and FE. RGB value is (167,250,254). Sum of RGB (Red+Green+Blue) = 167+250+254=671 (88% of max value = 765). Red value is 167 (65.62% from 255 or 24.89% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAFE is #580501. Grayscale: #E1E1E1. Windows color (decimal): -5768450 or 16710311. OLE color: 16710311.

HSL color Cylindrical-coordinate representation of color #A7FAFE: hue angle of 182.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FAFE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167250254-
CMYK0.340.0200.00
HSL182.76º97.75%82.55%-
HSV(B)182.76º34.25%99.61%-
XYZ68.0183.74106.35-
YUV225.6414486.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 24.89%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=24.89%
G=37.26%
B=37.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672502540.340.0200.00182.7697.7582.55
HexA7FAFE22200b76253
Octal24737237642200267142123
Binary10100111111110101111111010001010001011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAFE; }

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

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

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

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

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

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

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

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