#AEF7F1

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

Shades of Pale Turquoise #AEF7F1

Tints of Pale Turquoise #AEF7F1

Color information

#AEF7F1 (or 0xAEF7F1) is unknown color: approx Pale Turquoise. HEX triplet: AE, F7 and F1. RGB value is (174,247,241). Sum of RGB (Red+Green+Blue) = 174+247+241=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7F1 is #51080E. Grayscale: #E0E0E0. Windows color (decimal): -5310479 or 15857582. OLE color: 15857582.

HSL color Cylindrical-coordinate representation of color #AEF7F1: hue angle of 175.07º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7F1 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB174247241-
CMYK0.3000.020.03
HSL175.07º82.02%82.55%-
HSV(B)175.07º29.55%96.86%-
XYZ66.5981.8795.51-
YUV224.49137.3291.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.28%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=26.28%
G=37.31%
B=36.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472410.3000.020.03175.0782.0282.55
HexAEF7F11E023af5253
Octal25636736136023257122123
Binary10101110111101111111000111110010111010111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7F1; }

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

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

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

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

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

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

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

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