#AEF9EE

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

Shades of Pale Turquoise #AEF9EE

Tints of Pale Turquoise #AEF9EE

Color information

#AEF9EE (or 0xAEF9EE) is unknown color: approx Pale Turquoise. HEX triplet: AE, F9 and EE. RGB value is (174,249,238). Sum of RGB (Red+Green+Blue) = 174+249+238=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9EE is #510611. Grayscale: #E1E1E1. Windows color (decimal): -5309970 or 15661486. OLE color: 15661486.

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

Color convert

RGB174249238-
CMYK0.3000.040.02
HSL171.2º86.21%82.94%-
HSV(B)171.2º30.12%97.65%-
XYZ66.7682.9293.38-
YUV225.32135.1591.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.32%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=26.32%
G=37.67%
B=36.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742492380.3000.040.02171.286.2182.94
HexAEF9EE1E042ab5653
Octal25637135636042253126123
Binary101011101111100111101110111100100101010101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9EE; }

 p { color: rgb(174,249,238); }

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

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

 a { background-color: rgb(174,249,238); }

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

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

 span { border-color: rgb(174,249,238); }

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