#AAEFF3

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

Shades of Pale Turquoise #AAEFF3

Tints of Pale Turquoise #AAEFF3

Color information

#AAEFF3 (or 0xAAEFF3) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and F3. RGB value is (170,239,243). Sum of RGB (Red+Green+Blue) = 170+239+243=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF3 is #55100C. Grayscale: #DADADA. Windows color (decimal): -5574669 or 15986602. OLE color: 15986602.

HSL color Cylindrical-coordinate representation of color #AAEFF3: hue angle of 183.29º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEFF3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170239243-
CMYK0.300.0200.05
HSL183.29º75.26%80.98%-
HSV(B)183.29º30.04%95.29%-
XYZ63.6276.7596.26-
YUV218.82141.6493.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=26.07%
G=36.66%
B=37.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702392430.300.0200.05183.2975.2680.98
HexAAEFF31E205b74b51
Octal25235736336205267113121
Binary101010101110111111110011111101001011011011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFF3; }

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

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

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

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

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

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

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

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