#AEF9F2

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

Shades of Pale Turquoise #AEF9F2

Tints of Pale Turquoise #AEF9F2

Color information

#AEF9F2 (or 0xAEF9F2) is unknown color: approx Pale Turquoise. HEX triplet: AE, F9 and F2. RGB value is (174,249,242). Sum of RGB (Red+Green+Blue) = 174+249+242=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9F2 is #51060D. Grayscale: #E1E1E1. Windows color (decimal): -5309966 or 15923630. OLE color: 15923630.

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

Color convert

RGB174249242-
CMYK0.3000.030.02
HSL174.4º86.21%82.94%-
HSV(B)174.4º30.12%97.65%-
XYZ67.3683.1696.51-
YUV225.78137.1591.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.17%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=26.17%
G=37.44%
B=36.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742492420.3000.030.02174.486.2182.94
HexAEF9F21E032ae5653
Octal25637136236032256126123
Binary10101110111110011111001011110011101010111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9F2; }

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

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

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

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

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

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

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

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