#AEF9F3

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

Shades of Pale Turquoise #AEF9F3

Tints of Pale Turquoise #AEF9F3

Color information

#AEF9F3 (or 0xAEF9F3) is unknown color: approx Pale Turquoise. HEX triplet: AE, F9 and F3. RGB value is (174,249,243). Sum of RGB (Red+Green+Blue) = 174+249+243=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9F3 is #51060C. Grayscale: #E1E1E1. Windows color (decimal): -5309965 or 15989166. OLE color: 15989166.

HSL color Cylindrical-coordinate representation of color #AEF9F3: hue angle of 175.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 #AEF9F3 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB174249243-
CMYK0.3000.020.02
HSL175.2º86.21%82.94%-
HSV(B)175.2º30.12%97.65%-
XYZ67.5183.2297.3-
YUV225.89137.6590.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.13%
GREEN value IS 249 (97.66% from 255) = 37.39%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=26.13%
G=37.39%
B=36.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742492430.3000.020.02175.286.2182.94
HexAEF9F31E022af5653
Octal25637136336022257126123
Binary10101110111110011111001111110010101010111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9F3; }

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

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

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

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

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

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

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

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