#AFF6EC

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

Shades of Pale Turquoise #AFF6EC

Tints of Pale Turquoise #AFF6EC

Color information

#AFF6EC (or 0xAFF6EC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F6 and EC. RGB value is (175,246,236). Sum of RGB (Red+Green+Blue) = 175+246+236=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6EC is #500913. Grayscale: #DFDFDF. Windows color (decimal): -5245204 or 15529647. OLE color: 15529647.

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

Color convert

RGB175246236-
CMYK0.2900.040.04
HSL171.55º79.78%82.55%-
HSV(B)171.55º28.86%96.47%-
XYZ65.7881.0891.54-
YUV223.63134.9893.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=26.64%
G=37.44%
B=35.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752462360.2900.040.04171.5579.7882.55
HexAFF6EC1D044ac5053
Octal25736635435044254120123
Binary1010111111110110111011001110101001001010110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6EC; }

 p { color: rgb(175,246,236); }

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

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

 a { background-color: rgb(175,246,236); }

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

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

 span { border-color: rgb(175,246,236); }

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