#AFF1EF

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

Shades of Pale Turquoise #AFF1EF

Tints of Pale Turquoise #AFF1EF

Color information

#AFF1EF (or 0xAFF1EF) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and EF. RGB value is (175,241,239). Sum of RGB (Red+Green+Blue) = 175+241+239=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1EF is #500E10. Grayscale: #DCDCDC. Windows color (decimal): -5246481 or 15724975. OLE color: 15724975.

HSL color Cylindrical-coordinate representation of color #AFF1EF: hue angle of 178.18º 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 #AFF1EF is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB175241239-
CMYK0.2700.010.05
HSL178.18º70.21%81.57%-
HSV(B)178.18º27.39%94.51%-
XYZ64.7178.2693.36-
YUV221.04138.1395.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=26.72%
G=36.79%
B=36.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412390.2700.010.05178.1870.2181.57
HexAFF1EF1B015b24652
Octal25736135733015262106122
Binary10101111111100011110111111011011011011001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1EF; }

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

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

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

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

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

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

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

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