#AEFFF1

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

Shades of Pale Turquoise #AEFFF1

Tints of Pale Turquoise #AEFFF1

Color information

#AEFFF1 (or 0xAEFFF1) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F1. RGB value is (174,255,241). Sum of RGB (Red+Green+Blue) = 174+255+241=670 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.97% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF1 is #51000E. Grayscale: #E5E5E5. Windows color (decimal): -5308431 or 15859630. OLE color: 15859630.

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

Color convert

RGB174255241-
CMYK0.3200.050
HSL169.63º100%84.12%-
HSV(B)169.63º31.76%100%-
XYZ69.0986.8796.35-
YUV229.18134.6688.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.97%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=25.97%
G=38.06%
B=35.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552410.3200.050169.6310084.12
HexAEFFF120050aa6454
Octal25637736140050252144124
Binary101011101111111111110001100000010101010101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF1; }

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

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

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

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

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

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

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

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