#AEF5F3

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

Shades of Pale Turquoise #AEF5F3

Tints of Pale Turquoise #AEF5F3

Color information

#AEF5F3 (or 0xAEF5F3) is unknown color: approx Pale Turquoise. HEX triplet: AE, F5 and F3. RGB value is (174,245,243). Sum of RGB (Red+Green+Blue) = 174+245+243=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF5F3 is #510A0C. Grayscale: #DFDFDF. Windows color (decimal): -5310989 or 15988142. OLE color: 15988142.

HSL color Cylindrical-coordinate representation of color #AEF5F3: hue angle of 178.31º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5F3 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB174245243-
CMYK0.2900.010.04
HSL178.31º78.02%82.16%-
HSV(B)178.31º28.98%96.08%-
XYZ66.2980.7796.89-
YUV223.54138.9892.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.28%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=26.28%
G=37.01%
B=36.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742452430.2900.010.04178.3178.0282.16
HexAEF5F31D014b24e52
Octal25636536335014262116122
Binary10101110111101011111001111101011001011001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5F3; }

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

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

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

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

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

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

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

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