#ACFFFA

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

Shades of Pale Turquoise #ACFFFA

Tints of Pale Turquoise #ACFFFA

Color information

#ACFFFA (or 0xACFFFA) is unknown color: approx Pale Turquoise. HEX triplet: AC, FF and FA. RGB value is (172,255,250). Sum of RGB (Red+Green+Blue) = 172+255+250=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFA is #530005. Grayscale: #E5E5E5. Windows color (decimal): -5439494 or 16449452. OLE color: 16449452.

HSL color Cylindrical-coordinate representation of color #ACFFFA: hue angle of 176.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFFA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB172255250-
CMYK0.3300.020
HSL176.39º100%83.73%-
HSV(B)176.39º32.55%100%-
XYZ70.0387.19103.58-
YUV229.61139.586.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.41%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=25.41%
G=37.67%
B=36.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552500.3300.020176.3910083.73
HexACFFFA21020b06454
Octal25437737241020260144124
Binary10101100111111111111101010000101001011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFFA; }

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

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

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

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

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

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

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

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