#A7FEFE

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

Shades of Pale Turquoise #A7FEFE

Tints of Pale Turquoise #A7FEFE

Color information

#A7FEFE (or 0xA7FEFE) is unknown color: approx Pale Turquoise. HEX triplet: A7, FE and FE. RGB value is (167,254,254). Sum of RGB (Red+Green+Blue) = 167+254+254=675 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.74% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A7FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEFE is #580101. Grayscale: #E3E3E3. Windows color (decimal): -5767426 or 16711335. OLE color: 16711335.

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

Color convert

RGB167254254-
CMYK0.34000.00
HSL180º97.75%82.55%-
HSV(B)180º34.25%99.61%-
XYZ69.2786.25106.76-
YUV227.99142.6884.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 24.74%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=24.74%
G=37.63%
B=37.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672542540.34000.0018097.7582.55
HexA7FEFE22000b46253
Octal24737637642000264142123
Binary1010011111111110111111101000100001011010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FEFE; }

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

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

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

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

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

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

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

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