#AAFEFF

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

Shades of Pale Turquoise #AAFEFF

Tints of Pale Turquoise #AAFEFF

Color information

#AAFEFF (or 0xAAFEFF) is unknown color: approx Pale Turquoise. HEX triplet: AA, FE and FF. RGB value is (170,254,255). Sum of RGB (Red+Green+Blue) = 170+254+255=679 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.04% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFF is #550100. Grayscale: #E4E4E4. Windows color (decimal): -5570817 or 16776874. OLE color: 16776874.

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

Color convert

RGB170254255-
CMYK0.330.0000
HSL180.71º100%83.33%-
HSV(B)180.71º33.33%100%-
XYZ70.0786.65107.64-
YUV229142.6785.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 255 (100% from 255) = 37.56%
R=25.04%
G=37.41%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702542550.330.0000180.7110083.33
HexAAFEFF21000b56453
Octal25237637741000265144123
Binary1010101011111110111111111000010001011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEFF; }

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

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

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

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

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

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

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

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