#AAF3FE

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

Shades of Pale Turquoise #AAF3FE

Tints of Pale Turquoise #AAF3FE

Color information

#AAF3FE (or 0xAAF3FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F3 and FE. RGB value is (170,243,254). Sum of RGB (Red+Green+Blue) = 170+243+254=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3FE is #550C01. Grayscale: #DEDEDE. Windows color (decimal): -5573634 or 16708522. OLE color: 16708522.

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

Color convert

RGB170243254-
CMYK0.330.0400.00
HSL187.86º97.67%83.14%-
HSV(B)187.86º33.07%99.61%-
XYZ66.5279.8105.66-
YUV222.43145.8290.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.49%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=25.49%
G=36.43%
B=38.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702432540.330.0400.00187.8697.6783.14
HexAAF3FE21400bc6253
Octal25236337641400274142123
Binary101010101111001111111110100001100001011110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3FE; }

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

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

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

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

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

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

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

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