#AAFFFD

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

Shades of Pale Turquoise #AAFFFD

Tints of Pale Turquoise #AAFFFD

Color information

#AAFFFD (or 0xAAFFFD) is unknown color: approx Pale Turquoise. HEX triplet: AA, FF and FD. RGB value is (170,255,253). Sum of RGB (Red+Green+Blue) = 170+255+253=678 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.07% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFD is #550002. Grayscale: #E5E5E5. Windows color (decimal): -5570563 or 16646058. OLE color: 16646058.

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

Color convert

RGB170255253-
CMYK0.3300.010
HSL178.59º100%83.33%-
HSV(B)178.59º33.33%100%-
XYZ70.0787.16106.06-
YUV229.36141.3485.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.07%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=25.07%
G=37.61%
B=37.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552530.3300.010178.5910083.33
HexAAFFFD21010b36453
Octal25237737541010263144123
Binary1010101011111111111111011000010101011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFFD; }

 p { color: rgb(170,255,253); }

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

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

 a { background-color: rgb(170,255,253); }

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

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

 span { border-color: rgb(170,255,253); }

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