#AFF3EA

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

Shades of Pale Turquoise #AFF3EA

Tints of Pale Turquoise #AFF3EA

Color information

#AFF3EA (or 0xAFF3EA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and EA. RGB value is (175,243,234). Sum of RGB (Red+Green+Blue) = 175+243+234=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3EA is #500C15. Grayscale: #DDDDDD. Windows color (decimal): -5245974 or 15397807. OLE color: 15397807.

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

Color convert

RGB175243234-
CMYK0.2800.040.05
HSL172.06º73.91%81.96%-
HSV(B)172.06º27.98%95.29%-
XYZ64.5879.1689.72-
YUV221.64134.9794.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=26.84%
G=37.27%
B=35.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432340.2800.040.05172.0673.9181.96
HexAFF3EA1C045ac4a52
Octal25736335234045254112122
Binary1010111111110011111010101110001001011010110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3EA; }

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

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

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

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

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

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

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

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