#A7FEEE

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

Shades of Pale Turquoise #A7FEEE

Tints of Pale Turquoise #A7FEEE

Color information

#A7FEEE (or 0xA7FEEE) is unknown color: approx Pale Turquoise. HEX triplet: A7, FE and EE. RGB value is (167,254,238). Sum of RGB (Red+Green+Blue) = 167+254+238=659 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.34% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEEE is #580111. Grayscale: #E2E2E2. Windows color (decimal): -5767442 or 15662759. OLE color: 15662759.

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

Color convert

RGB167254238-
CMYK0.3400.060.00
HSL168.97º97.75%82.55%-
HSV(B)168.97º34.25%99.61%-
XYZ66.8185.2793.83-
YUV226.16134.6885.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.34%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=25.34%
G=38.54%
B=36.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672542380.3400.060.00168.9797.7582.55
HexA7FEEE22060a96253
Octal24737635642060251142123
Binary101001111111111011101110100010011001010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FEEE; }

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

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

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

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

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

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

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

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