#AEFFF0

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

Shades of Pale Turquoise #AEFFF0

Tints of Pale Turquoise #AEFFF0

Color information

#AEFFF0 (or 0xAEFFF0) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F0. RGB value is (174,255,240). Sum of RGB (Red+Green+Blue) = 174+255+240=669 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.01% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF0 is #51000F. Grayscale: #E5E5E5. Windows color (decimal): -5308432 or 15794094. OLE color: 15794094.

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

Color convert

RGB174255240-
CMYK0.3200.060
HSL168.89º100%84.12%-
HSV(B)168.89º31.76%100%-
XYZ68.9486.8195.56-
YUV229.07134.1688.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.01%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=26.01%
G=38.12%
B=35.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552400.3200.060168.8910084.12
HexAEFFF020060a96454
Octal25637736040060251144124
Binary101011101111111111110000100000011001010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF0; }

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

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

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

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

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

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

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

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