#AFF3EC

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

Shades of Pale Turquoise #AFF3EC

Tints of Pale Turquoise #AFF3EC

Color information

#AFF3EC (or 0xAFF3EC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and EC. RGB value is (175,243,236). Sum of RGB (Red+Green+Blue) = 175+243+236=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3EC is #500C13. Grayscale: #DDDDDD. Windows color (decimal): -5245972 or 15528879. OLE color: 15528879.

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

Color convert

RGB175243236-
CMYK0.2800.030.05
HSL173.82º73.91%81.96%-
HSV(B)173.82º27.98%95.29%-
XYZ64.8779.2791.24-
YUV221.87135.9794.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=26.76%
G=37.16%
B=36.09%

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
Decimal1752432360.2800.030.05173.8273.9181.96
HexAFF3EC1C035ae4a52
Octal25736335434035256112122
Binary101011111111001111101100111000111011010111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3EC; }

 p { color: rgb(175,243,236); }

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

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

 a { background-color: rgb(175,243,236); }

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

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

 span { border-color: rgb(175,243,236); }

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