#AAFEFA

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

Shades of Pale Turquoise #AAFEFA

Tints of Pale Turquoise #AAFEFA

Color information

#AAFEFA (or 0xAAFEFA) is unknown color: approx Pale Turquoise. HEX triplet: AA, FE and FA. RGB value is (170,254,250). Sum of RGB (Red+Green+Blue) = 170+254+250=674 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.22% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFA is #550105. Grayscale: #E4E4E4. Windows color (decimal): -5570822 or 16449194. OLE color: 16449194.

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

Color convert

RGB170254250-
CMYK0.3300.020.00
HSL177.14º97.67%83.14%-
HSV(B)177.14º33.07%99.61%-
XYZ69.2786.33103.46-
YUV228.43140.1786.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.22%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=25.22%
G=37.69%
B=37.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542500.3300.020.00177.1497.6783.14
HexAAFEFA21020b16253
Octal25237637241020261142123
Binary10101010111111101111101010000101001011000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEFA; }

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

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

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

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

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

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

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

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