#AAFAFE

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

Shades of Pale Turquoise #AAFAFE

Tints of Pale Turquoise #AAFAFE

Color information

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

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

Color convert

RGB170250254-
CMYK0.330.0200.00
HSL182.86º97.67%83.14%-
HSV(B)182.86º33.07%99.61%-
XYZ68.6584.07106.38-
YUV226.54143.587.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702502540.330.0200.00182.8697.6783.14
HexAAFAFE21200b76253
Octal25237237641200267142123
Binary10101010111110101111111010000110001011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAFE; }

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

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

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

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

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

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

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

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