#AEFFF3

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

Shades of Pale Turquoise #AEFFF3

Tints of Pale Turquoise #AEFFF3

Color information

#AEFFF3 (or 0xAEFFF3) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F3. RGB value is (174,255,243). Sum of RGB (Red+Green+Blue) = 174+255+243=672 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.89% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF3 is #51000C. Grayscale: #E5E5E5. Windows color (decimal): -5308429 or 15990702. OLE color: 15990702.

HSL color Cylindrical-coordinate representation of color #AEFFF3: hue angle of 171.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFF3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB174255243-
CMYK0.3200.050
HSL171.11º100%84.12%-
HSV(B)171.11º31.76%100%-
XYZ69.3986.9997.93-
YUV229.41135.6688.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.89%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 243 (95.31% from 255) = 36.16%
R=25.89%
G=37.95%
B=36.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552430.3200.050171.1110084.12
HexAEFFF320050ab6454
Octal25637736340050253144124
Binary101011101111111111110011100000010101010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF3; }

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

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

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

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

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

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

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

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