#AFF0EF

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

Shades of Pale Turquoise #AFF0EF

Tints of Pale Turquoise #AFF0EF

Color information

#AFF0EF (or 0xAFF0EF) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and EF. RGB value is (175,240,239). Sum of RGB (Red+Green+Blue) = 175+240+239=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0EF is #500F10. Grayscale: #DCDCDC. Windows color (decimal): -5246737 or 15724719. OLE color: 15724719.

HSL color Cylindrical-coordinate representation of color #AFF0EF: hue angle of 179.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0EF is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB175240239-
CMYK0.2700.000.06
HSL179.08º68.42%81.37%-
HSV(B)179.08º27.08%94.12%-
XYZ64.4277.6793.26-
YUV220.45138.4795.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=26.76%
G=36.70%
B=36.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402390.2700.000.06179.0868.4281.37
HexAFF0EF1B006b34451
Octal25736035733006263104121
Binary10101111111100001110111111011001101011001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0EF; }

 p { color: rgb(175,240,239); }

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

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

 a { background-color: rgb(175,240,239); }

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

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

 span { border-color: rgb(175,240,239); }

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