#A7FEFA

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

Shades of Pale Turquoise #A7FEFA

Tints of Pale Turquoise #A7FEFA

Color information

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

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

Color convert

RGB167254250-
CMYK0.3400.020.00
HSL177.24º97.75%82.55%-
HSV(B)177.24º34.25%99.61%-
XYZ68.6386103.43-
YUV227.53140.6884.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672542500.3400.020.00177.2497.7582.55
HexA7FEFA22020b16253
Octal24737637242020261142123
Binary10100111111111101111101010001001001011000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FEFA; }

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

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

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

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

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

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

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

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