#AFF2EB

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

Shades of Pale Turquoise #AFF2EB

Tints of Pale Turquoise #AFF2EB

Color information

#AFF2EB (or 0xAFF2EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F2 and EB. RGB value is (175,242,235). Sum of RGB (Red+Green+Blue) = 175+242+235=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2EB is #500D14. Grayscale: #DDDDDD. Windows color (decimal): -5246229 or 15463087. OLE color: 15463087.

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

Color convert

RGB175242235-
CMYK0.2800.030.05
HSL173.73º72.04%81.76%-
HSV(B)173.73º27.69%94.9%-
XYZ64.4378.6290.38-
YUV221.17135.895.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=26.84%
G=37.12%
B=36.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422350.2800.030.05173.7372.0481.76
HexAFF2EB1C035ae4852
Octal25736235334035256110122
Binary101011111111001011101011111000111011010111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2EB; }

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

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

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

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

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

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

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

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