#AFF2EF

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

Shades of Pale Turquoise #AFF2EF

Tints of Pale Turquoise #AFF2EF

Color information

#AFF2EF (or 0xAFF2EF) is unknown color: approx Pale Turquoise. HEX triplet: AF, F2 and EF. RGB value is (175,242,239). Sum of RGB (Red+Green+Blue) = 175+242+239=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2EF is #500D10. Grayscale: #DDDDDD. Windows color (decimal): -5246225 or 15725231. OLE color: 15725231.

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

Color convert

RGB175242239-
CMYK0.2800.010.05
HSL177.31º72.04%81.76%-
HSV(B)177.31º27.69%94.9%-
XYZ65.0178.8593.45-
YUV221.62137.894.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=26.68%
G=36.89%
B=36.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422390.2800.010.05177.3172.0481.76
HexAFF2EF1C015b14852
Octal25736235734015261110122
Binary10101111111100101110111111100011011011000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2EF; }

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

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

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

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

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

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

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

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