#AEFFF2

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

Shades of Pale Turquoise #AEFFF2

Tints of Pale Turquoise #AEFFF2

Color information

#AEFFF2 (or 0xAEFFF2) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F2. RGB value is (174,255,242). Sum of RGB (Red+Green+Blue) = 174+255+242=671 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.93% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF2 is #51000D. Grayscale: #E5E5E5. Windows color (decimal): -5308430 or 15925166. OLE color: 15925166.

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

Color convert

RGB174255242-
CMYK0.3200.050
HSL170.37º100%84.12%-
HSV(B)170.37º31.76%100%-
XYZ69.2486.9397.13-
YUV229.3135.1688.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.93%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=25.93%
G=38.00%
B=36.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552420.3200.050170.3710084.12
HexAEFFF220050aa6454
Octal25637736240050252144124
Binary101011101111111111110010100000010101010101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF2; }

 p { color: rgb(174,255,242); }

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

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

 a { background-color: rgb(174,255,242); }

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

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

 span { border-color: rgb(174,255,242); }

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