#ACFAF3

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

Shades of Pale Turquoise #ACFAF3

Tints of Pale Turquoise #ACFAF3

Color information

#ACFAF3 (or 0xACFAF3) is unknown color: approx Pale Turquoise. HEX triplet: AC, FA and F3. RGB value is (172,250,243). Sum of RGB (Red+Green+Blue) = 172+250+243=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF3 is #53050C. Grayscale: #E1E1E1. Windows color (decimal): -5440781 or 15989420. OLE color: 15989420.

HSL color Cylindrical-coordinate representation of color #ACFAF3: hue angle of 174.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAF3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB172250243-
CMYK0.3100.030.02
HSL174.62º88.64%82.75%-
HSV(B)174.62º31.2%98.04%-
XYZ67.3883.6197.38-
YUV225.88137.6689.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.86%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=25.86%
G=37.59%
B=36.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502430.3100.030.02174.6288.6482.75
HexACFAF31F032af5953
Octal25437236337032257131123
Binary10101100111110101111001111111011101010111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAF3; }

 p { color: rgb(172,250,243); }

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

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

 a { background-color: rgb(172,250,243); }

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

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

 span { border-color: rgb(172,250,243); }

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