#AFF1EB

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

Shades of Pale Turquoise #AFF1EB

Tints of Pale Turquoise #AFF1EB

Color information

#AFF1EB (or 0xAFF1EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and EB. RGB value is (175,241,235). Sum of RGB (Red+Green+Blue) = 175+241+235=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1EB is #500E14. Grayscale: #DCDCDC. Windows color (decimal): -5246485 or 15462831. OLE color: 15462831.

HSL color Cylindrical-coordinate representation of color #AFF1EB: hue angle of 174.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1EB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB175241235-
CMYK0.2700.020.05
HSL174.55º70.21%81.57%-
HSV(B)174.55º27.39%94.51%-
XYZ64.1378.0290.28-
YUV220.58136.1395.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=26.88%
G=37.02%
B=36.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412350.2700.020.05174.5570.2181.57
HexAFF1EB1B025af4652
Octal25736135333025257106122
Binary101011111111000111101011110110101011010111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1EB; }

 p { color: rgb(175,241,235); }

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

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

 a { background-color: rgb(175,241,235); }

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

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

 span { border-color: rgb(175,241,235); }

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