#A8FEFA

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

Shades of Pale Turquoise #A8FEFA

Tints of Pale Turquoise #A8FEFA

Color information

#A8FEFA (or 0xA8FEFA) is unknown color: approx Pale Turquoise. HEX triplet: A8, FE and FA. RGB value is (168,254,250). Sum of RGB (Red+Green+Blue) = 168+254+250=672 (89% of max value = 765). Red value is 168 (66.02% from 255 or 25% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFA is #570105. Grayscale: #E3E3E3. Windows color (decimal): -5701894 or 16449192. OLE color: 16449192.

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

Color convert

RGB168254250-
CMYK0.3400.020.00
HSL177.21º97.73%82.75%-
HSV(B)177.21º33.86%99.61%-
XYZ68.8586.11103.43-
YUV227.83140.5185.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=25%
G=37.80%
B=37.20%

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
Decimal1682542500.3400.020.00177.2197.7382.75
HexA8FEFA22020b16253
Octal25037637242020261142123
Binary10101000111111101111101010001001001011000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEFA; }

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

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

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

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

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

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

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

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