#AFF3E8

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

Shades of Pale Turquoise #AFF3E8

Tints of Pale Turquoise #AFF3E8

Color information

#AFF3E8 (or 0xAFF3E8) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and E8. RGB value is (175,243,232). Sum of RGB (Red+Green+Blue) = 175+243+232=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3E8 is #500C17. Grayscale: #DDDDDD. Windows color (decimal): -5245976 or 15266735. OLE color: 15266735.

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

Color convert

RGB175243232-
CMYK0.2800.050.05
HSL170.29º73.91%81.96%-
HSV(B)170.29º27.98%95.29%-
XYZ64.379.0488.21-
YUV221.41133.9794.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=26.92%
G=37.38%
B=35.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432320.2800.050.05170.2973.9181.96
HexAFF3E81C055aa4a52
Octal25736335034055252112122
Binary1010111111110011111010001110001011011010101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3E8; }

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

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

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

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

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

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

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

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