#AFFCF3

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

Shades of Pale Turquoise #AFFCF3

Tints of Pale Turquoise #AFFCF3

Color information

#AFFCF3 (or 0xAFFCF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and F3. RGB value is (175,252,243). Sum of RGB (Red+Green+Blue) = 175+252+243=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCF3 is #50030C. Grayscale: #E3E3E3. Windows color (decimal): -5243661 or 15989935. OLE color: 15989935.

HSL color Cylindrical-coordinate representation of color #AFFCF3: hue angle of 172.99º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCF3 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB175252243-
CMYK0.3100.040.01
HSL172.99º92.77%83.73%-
HSV(B)172.99º30.56%98.82%-
XYZ68.6785.2197.62-
YUV227.95136.4990.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=26.12%
G=37.61%
B=36.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522430.3100.040.01172.9992.7783.73
HexAFFCF31F041ad5d54
Octal25737436337041255135124
Binary10101111111111001111001111111010011010110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCF3; }

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

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

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

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

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

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

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

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